summaryrefslogtreecommitdiff
path: root/loc_api
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-08-26 15:01:28 -0700
committerYing Wang <wangying@google.com>2013-08-26 15:01:28 -0700
commit9ca398aacdb06f60a78028f96edafaea5712c1ec (patch)
tree2951316f89d3f6bd7ca06106b064a9ef6de67c35 /loc_api
parente14a6c846df2ce4bb1847e4250991f7c52fd793d (diff)
downloadgps-9ca398aacdb06f60a78028f96edafaea5712c1ec.tar.gz
Include this Android.mk only if BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE is defined
This fixes build breakages in non-qcom devices. Change-Id: Idfea07001ea926837264e04ce0f221351aaea7f5
Diffstat (limited to 'loc_api')
-rw-r--r--loc_api/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/loc_api/Android.mk b/loc_api/Android.mk
index 743b386..110e5ae 100644
--- a/loc_api/Android.mk
+++ b/loc_api/Android.mk
@@ -1,4 +1,3 @@
-ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
LOCAL_PATH := $(call my-dir)
@@ -13,5 +12,3 @@ GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
#call the subfolders
include $(addsuffix Android.mk, $(GPS_DIR_LIST))
-
-endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE