1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4# build sub packages
5include $(call all-makefiles-under,$(LOCAL_PATH))
6