summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-19 07:49:42 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-19 07:49:42 -0800
commitdc0df009cf8008d09444d8b917034472733d09cf (patch)
tree9ce6dd942433f524473c99fa993668fc74526d2a
parentbf2ddef873860c6ac11fde269d9eb40fe4f47893 (diff)
parent8a616922f9e97d46964d88156c6eb01cfec1adef (diff)
downloadImProvider-donut.tar.gz
merge new donut version into open-source variantdonut
-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)