8 lines
150 B
Makefile
8 lines
150 B
Makefile
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
|
|
|
|
#call the subfolders
|
|
include $(addsuffix Android.mk, $(GPS_DIR_LIST))
|