7 lines
198 B
Makefile
7 lines
198 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
# If some modules are built directly from this directory (not subdirectories),
|
|
# their rules should be written here.
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|