Properly export ril_ex.h

Copying headers makes fixing compile errors hard, and breaks dependency
restrictions.  Move ril_ex.h to an exported include directory instead of
copying it.

Bug: 18903857
Change-Id: I4b59a01e442db0d3198def69a5a5ff17b2a41c66
tirimbino
Colin Cross 9 years ago committed by Christopher N. Hesse
parent e942c33156
commit b9e88c8b54
  1. 0
      ril/include/libril/ril_ex.h
  2. 3
      ril/libril/Android.mk
  3. 2
      ril/libril/RilSocket.h

@ -43,9 +43,6 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include
LOCAL_MODULE:= libril
LOCAL_COPY_HEADERS_TO := libril
LOCAL_COPY_HEADERS := ril_ex.h
include $(BUILD_SHARED_LIBRARY)
# For RdoServD which needs a static library

@ -16,7 +16,7 @@
#ifndef RIL_SOCKET_H_INCLUDED
#define RIL_SOCKET_H_INCLUDED
#include "ril_ex.h"
#include <libril/ril_ex.h>
#include "rilSocketQueue.h"
#include <ril_event.h>

Loading…
Cancel
Save