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