summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-11-14 22:03:10 -0800
committerSteve Kondik <steve@cyngn.com>2016-11-14 22:03:32 -0800
commit605a3aaabb1120673a254a78cfc027772c79ca3e (patch)
treee679786defa9a3a61ea0ffa6ae4e342ecf6444d3 /Android.mk
parent4977a83cd341bfb2df8903dc0877ef3139ac51ce (diff)
downloadandroid_packages_apps_Snap-605a3aaabb1120673a254a78cfc027772c79ca3e.tar.gz
android_packages_apps_Snap-605a3aaabb1120673a254a78cfc027772c79ca3e.tar.bz2
android_packages_apps_Snap-605a3aaabb1120673a254a78cfc027772c79ca3e.zip
snap: Don't build tests unless requested
Change-Id: I4936ecbcd7401ffb1ee5e4c1bc2f8b61b0d30899
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index bfc0dd91e..e38155ffd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,4 +50,8 @@ endif
include $(BUILD_PACKAGE)
-include $(call all-makefiles-under, $(LOCAL_PATH))
+include $(call all-makefiles-under,$(LOCAL_PATH)/jni)
+
+ifeq (,$(ONE_SHOT_MAKEFILE))
+include $(call all-makefiles-under,$(LOCAL_PATH)/tests)
+endif