This reverts commit 55a6841843
.
(cherry picked from commit 363ed1a6b09d7426bfd3726becd2d713da57fa80)
Change-Id: I19153a904dd7587dfd517dcc86f51f4b1110289a
17 lines
388 B
Makefile
17 lines
388 B
Makefile
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
# add RPC dirs if RPC is available
|
|
ifneq ($(TARGET_NO_RPC),true)
|
|
|
|
GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
|
|
|
endif #TARGET_NO_RPC
|
|
|
|
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
|