daa35a5a2c
* We need this to actually build the HAL Change-Id: I9b114ed6b84deb11ac83c3cb80d6733c35a10c09
13 lines
290 B
Makefile
13 lines
290 B
Makefile
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))
|