summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 63def400..2218fe2b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,8 +12,5 @@ LOCAL_STATIC_JAVA_LIBRARIES := guava
include $(BUILD_PACKAGE)
-# build UI
-include $(call all-makefiles-under,$(LOCAL_PATH)/ui)
-
-# call tests makefiles
-include $(call all-makefiles-under,$(LOCAL_PATH)/tests)
+# build UI + tests
+include $(call all-makefiles-under,$(LOCAL_PATH))