summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)