summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-05-20 17:37:44 -0700
committerAmith Yamasani <yamasani@google.com>2014-05-20 17:37:44 -0700
commit0dd03ebe0f4fe65377469ea72729dce7e91f1e5c (patch)
tree0a186c96abbc4669d5bb63b79d457b5f16e777c0 /Android.mk
parentd2b64f339adb8f019e3c712e388e35830d8b68a9 (diff)
downloadpackages_apps_Settings-0dd03ebe0f4fe65377469ea72729dce7e91f1e5c.zip
packages_apps_Settings-0dd03ebe0f4fe65377469ea72729dce7e91f1e5c.tar.gz
packages_apps_Settings-0dd03ebe0f4fe65377469ea72729dce7e91f1e5c.tar.bz2
Don't build tests by default
Change-Id: I30de838657199b853948b6ba77bc9e5da28cc4f7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 8b6532c..023e0c0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,4 +21,6 @@ LOCAL_AAPT_FLAGS += -c zz_ZZ
include $(BUILD_PACKAGE)
# Use the folloing include to make our test apk.
+ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call all-makefiles-under,$(LOCAL_PATH))
+endif