1 LOCAL_PATH := $(call my-dir) 2 3 #only /etc/gps.conf to begin with 4 DIR_LIST := $(LOCAL_PATH)/loc_api/ 5 include $(addsuffix Android.mk, $(DIR_LIST)) 6