1LOCAL_PATH := $(call my-dir) 2 3# If some modules are built directly from this directory (not subdirectories), 4# their rules should be written here. 5 6include $(call all-makefiles-under,$(LOCAL_PATH)) 7