summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2015-02-01 23:12:35 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2015-02-03 10:01:45 +0530
commit63769dc1a231b85c37db7260643fe1a958923621 (patch)
treebf92b2e62c378de5efd090c922fbfe8c71faddda
parent5bd867e943fea6a5ed987b3062121fe2485ab610 (diff)
downloadandroid_hardware_qcom_gps-stable/cm-12.0-YNG4N.tar.gz
android_hardware_qcom_gps-stable/cm-12.0-YNG4N.tar.bz2
android_hardware_qcom_gps-stable/cm-12.0-YNG4N.zip
* The QCPATH guard was originally added in fcd92b08e10c427e4230547341ed3e1291ddfb8a for loc_api_v02, but was made unnecessary when that code was moved out by ade0338d23f65f84b098307df0b853b7837ded76 * Remove the guard completely as these parts build just fine without any proprietary code / headers. Change-Id: I60bcc8f16cac26d823ab511b61cb5d518d03608c
-rw-r--r--loc_api/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/loc_api/Android.mk b/loc_api/Android.mk
index f47a61a..743b386 100644
--- a/loc_api/Android.mk
+++ b/loc_api/Android.mk
@@ -1,4 +1,3 @@
-ifneq ($(QCPATH),)
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
LOCAL_PATH := $(call my-dir)
@@ -16,4 +15,3 @@ GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
include $(addsuffix Android.mk, $(GPS_DIR_LIST))
endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
-endif