summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 977074e..bf3512a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifeq (0,1)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -17,3 +19,5 @@ include $(BUILD_PACKAGE)
# additionally, build sub-tests in a separate .apk
include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif # ifeq (0,1)