1LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4# Include all makefiles in subdirectories
5include $(call all-makefiles-under,$(LOCAL_PATH))
6