summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudhir Sharma <sudhshar@codeaurora.org>2014-08-17 07:46:20 -0700
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:23:53 -0700
commitfcaa57f6a0ad09563a26ee111884aec5e43a3330 (patch)
tree154fbba9dbb06332e80979eb0061c4b05e2cfac0
parente47fe837739d81b9748cb54a06a9603971ef7af8 (diff)
downloadandroid_development-fcaa57f6a0ad09563a26ee111884aec5e43a3330.tar.gz
android_development-fcaa57f6a0ad09563a26ee111884aec5e43a3330.tar.bz2
android_development-fcaa57f6a0ad09563a26ee111884aec5e43a3330.zip
Disable Auto Enabled testapps from build system as not used.
Change-Id: I26507dae7a48ab01ce21800ccf39094274571a73
-rw-r--r--samples/ApiDemos/Android.mk2
-rw-r--r--samples/ApiDemos/tests/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/ApiDemos/Android.mk b/samples/ApiDemos/Android.mk
index 66100b168..656718f98 100644
--- a/samples/ApiDemos/Android.mk
+++ b/samples/ApiDemos/Android.mk
@@ -18,7 +18,7 @@ LOCAL_PACKAGE_NAME := ApiDemos
LOCAL_SDK_VERSION := current
-include $(BUILD_PACKAGE)
+#include $(BUILD_PACKAGE)
# Use the folloing include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/samples/ApiDemos/tests/Android.mk b/samples/ApiDemos/tests/Android.mk
index f975662dc..116b4b6ef 100644
--- a/samples/ApiDemos/tests/Android.mk
+++ b/samples/ApiDemos/tests/Android.mk
@@ -19,5 +19,5 @@ LOCAL_INSTRUMENTATION_FOR := ApiDemos
LOCAL_SDK_VERSION := current
-include $(BUILD_PACKAGE)
+#include $(BUILD_PACKAGE)