aboutsummaryrefslogtreecommitdiffstats
path: root/ninepatch/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ninepatch/Android.mk')
-rw-r--r--ninepatch/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ninepatch/Android.mk b/ninepatch/Android.mk
index 42e0205..5f6cbed 100644
--- a/ninepatch/Android.mk
+++ b/ninepatch/Android.mk
@@ -21,3 +21,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_MODULE := ninepatch
include $(BUILD_HOST_JAVA_LIBRARY)
+
+# Build all sub-directories
+include $(call all-makefiles-under,$(LOCAL_PATH))