summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Ferreira <defer@cyngn.com>2014-12-10 17:42:09 +0000
committerDiogo Ferreira <defer@cyngn.com>2014-12-10 17:42:09 +0000
commit5bd867e943fea6a5ed987b3062121fe2485ab610 (patch)
tree5eaafe3c94f2008c960a4d8de5d8c9691d178191
parent53cc90b2ccaa3676deadbe4b321e713efe45dc8b (diff)
downloadandroid_hardware_qcom_gps-5bd867e943fea6a5ed987b3062121fe2485ab610.tar.gz
android_hardware_qcom_gps-5bd867e943fea6a5ed987b3062121fe2485ab610.tar.bz2
android_hardware_qcom_gps-5bd867e943fea6a5ed987b3062121fe2485ab610.zip
build: Only include this for qcom platforms
Change-Id: I1e438e58b1c29d6a390aada32ccf4a693175a574
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index fe2a3ff..b5d7758 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM)))
+
ifeq ($(TARGET_GPS_HAL_PATH),)
ifeq ($(call my-dir),$(call project-path-for,qcom-gps))
@@ -14,3 +16,5 @@ endif #TARGET_BOARD_PLATFORM
endif
endif
+
+endif