summaryrefslogtreecommitdiffstats
path: root/chips/Android.mk
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-03-06 10:38:07 -0800
committerScott Kennedy <skennedy@google.com>2013-03-06 10:59:49 -0800
commit1205e42e9e880aa46e7ec9e02461db9ed1185b2b (patch)
treea0a6347c13fbe914006cc145a15b6e7fbdc28816 /chips/Android.mk
parente15950dfd05ee4224fb00bc345240ec7a501a487 (diff)
downloadandroid_frameworks_ex-1205e42e9e880aa46e7ec9e02461db9ed1185b2b.tar.gz
android_frameworks_ex-1205e42e9e880aa46e7ec9e02461db9ed1185b2b.tar.bz2
android_frameworks_ex-1205e42e9e880aa46e7ec9e02461db9ed1185b2b.zip
Fix the chips tests so they build
Change-Id: I8d2c978c0f346ffa3b8fa0f993efb6df6b0c224a
Diffstat (limited to 'chips/Android.mk')
-rw-r--r--chips/Android.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/chips/Android.mk b/chips/Android.mk
index 4a7977a..6aa8a01 100644
--- a/chips/Android.mk
+++ b/chips/Android.mk
@@ -21,4 +21,9 @@ LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-logtags-files-under, src)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-include $(BUILD_STATIC_JAVA_LIBRARY) \ No newline at end of file
+include $(BUILD_STATIC_JAVA_LIBRARY)
+
+##################################################
+# Build all sub-directories
+
+include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file