summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2018-01-09 11:24:55 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2018-01-24 19:39:31 +0800
commit6e98d17e6a67d8ba1b74bf1f91010f150d796c1b (patch)
treee1eb0ae9e4c06c096fd7bf8c668068a54a781019 /Android.mk
parent0a5adeaa17c16e92ed41abf445cf57ed798014e5 (diff)
downloadgps-6e98d17e6a67d8ba1b74bf1f91010f150d796c1b.tar.gz
Move GNSS_CFLAGS to build/ to be fully included
GNSS_CFLAGS included in pla module cannot be included by all the modules. Define it in build/target_specific_features.mk to make it included by the whole project. Change-Id: Ib13c43a65ecd14a7a97050dd80b4dce6aa8ad339 CRs-fixed: 2168176
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e2c5a56..23b2a66 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,6 @@
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
LOCAL_PATH := $(call my-dir)
+include $(LOCAL_PATH)/build/target_specific_features.mk
include $(call all-makefiles-under,$(LOCAL_PATH))
endif