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