diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-09-17 20:12:47 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 23:07:37 +0100 |
commit | cc0734c7ae3b7ead20005c2fc4bda5735923d0be (patch) | |
tree | 2b13ed18d16d97e6dc4ebbbbb7fc33bf1b50b9eb | |
parent | 1995495b99618feb6a220677b2ba36def9bb493d (diff) |
msm8996: Only build location API if BSP is present
Change-Id: I39810e757e9cf8ed2781e399b64c8b197385fe74
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | location/loc_api/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/location/loc_api/Android.mk b/location/loc_api/Android.mk index d59f4e7..a490e79 100644 --- a/location/loc_api/Android.mk +++ b/location/loc_api/Android.mk @@ -1,3 +1,4 @@ +ifneq ($(QCPATH),) ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),) LOCAL_PATH := $(call my-dir) @@ -48,3 +49,4 @@ $(shell ln -sf /firmware/image/gss.mdt $(TARGET_OUT_ETC)/firmware/gss.mdt) endif endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE +endif # QCPATH |