summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineeta Srivastava <vsrivastava@google.com>2015-05-05 00:29:22 -0700
committerVineeta Srivastava <vsrivastava@google.com>2015-05-05 00:31:03 -0700
commit5c7552e789e4f039bebb09b972425a6cb47fc8e8 (patch)
treefe13c1f99a8fd309471a02763641e1d74f20ccfd
parent45b9829dc0a97fc69798a72a6cf238c8c0db69c8 (diff)
downloadgps-5c7552e789e4f039bebb09b972425a6cb47fc8e8.tar.gz
Do not build GPS HAL for msm8916
msm8916's GPS HAL resides in a different location in the source tree Change-Id: Iba8094c3a07602866324343f60560e9dd551be1a
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index a1707a0..7b7c8d5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,13 +12,13 @@ else ifneq ($(filter msm8974 ,$(TARGET_BOARD_PLATFORM)),)
else ifneq ($(filter msm8084 ,$(TARGET_BOARD_PLATFORM)),)
#For msm8084 target
include $(call all-named-subdir-makefiles,msm8084)
-else
+else ifeq ($(filter msm8916,$(TARGET_BOARD_PLATFORM)),)
#For all other targets
GPS_DIRS=core utils loc_api platform_lib_abstractions etc
include $(call all-named-subdir-makefiles,$(GPS_DIRS))
endif #TARGET_BOARD_PLATFORM
-else
+else ifeq ($(filter msm8916,$(TARGET_BOARD_PLATFORM)),)
GPS_DIRS=core utils loc_api platform_lib_abstractions etc
include $(call all-named-subdir-makefiles,$(GPS_DIRS))
endif #BOARD_VENDOR_QCOM_LOC_PDK_FEATURE_SET