summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2019-03-08 10:20:43 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2019-03-08 10:23:52 +0800
commitd0825b64efe1ff3ab2e10ecc7aa64d33248c5b0a (patch)
treec9fe569ccbeba5bcd79c2f7bd1eef66d2d5420c6 /android
parent90310754f831db93624240fa3592d2ef50e564d6 (diff)
downloadgps-d0825b64efe1ff3ab2e10ecc7aa64d33248c5b0a.tar.gz
Fix makefile error for Gnss Hidl
Correct the if-else-endif logic error. Change-Id: I5d3fa711e911642def689308f73c19f0c46ab632 CRs-fixed: 2411979
Diffstat (limited to 'android')
-rw-r--r--android/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/android/Android.mk b/android/Android.mk
index c1bdd59..f117def 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -7,9 +7,8 @@ ifeq ($(GNSS_HIDL_VERSION),1.1)
include $(LOCAL_PATH)/1.1/Android.mk
else
include $(LOCAL_PATH)/1.0/Android.mk
-endif
+endif #GNSS HIDL 1.1
+endif #GNSS HIDL 2.0
else #QMAA flag set, build dummy android.hardware.gnss@1.0-impl-qti
include $(LOCAL_PATH)/dummy/Android.mk
-endif
-
endif #BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE