summaryrefslogtreecommitdiffstats
path: root/libril/Android.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-09-24 16:18:04 -0700
committerDan Willemsen <dwillemsen@google.com>2015-09-28 13:54:37 -0700
commitf5d7ea3da0cbdb6f830d6033489a917b442a3257 (patch)
treec56fa583f0a932ec1c7ee78828be6158485e0f3c /libril/Android.mk
parent45da91185bbfbc01569f682f65c03fc4629aa579 (diff)
downloadandroid_hardware_ril-f5d7ea3da0cbdb6f830d6033489a917b442a3257.tar.gz
android_hardware_ril-f5d7ea3da0cbdb6f830d6033489a917b442a3257.tar.bz2
android_hardware_ril-f5d7ea3da0cbdb6f830d6033489a917b442a3257.zip
Prepare to remove ril from global include paths
Bug: 18903857 Change-Id: I3051dd5d3947dda346406841853eac8213a3eb55
Diffstat (limited to 'libril/Android.mk')
-rw-r--r--libril/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libril/Android.mk b/libril/Android.mk
index e8b815e..65c77c7 100644
--- a/libril/Android.mk
+++ b/libril/Android.mk
@@ -21,6 +21,9 @@ ifeq ($(SIM_COUNT), 2)
LOCAL_CFLAGS += -DANDROID_SIM_COUNT_2
endif
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
+
LOCAL_MODULE:= libril
include $(BUILD_SHARED_LIBRARY)