summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-09-03 12:08:05 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-09-03 12:08:05 -0700
commit8a616922f9e97d46964d88156c6eb01cfec1adef (patch)
tree16573053752454eeaed6cd5a3bf0e87ae65c28f9
parent6c4e21562ec2c92e4a54d1665ba9fc27ba14aeaa (diff)
downloadImProvider-8a616922f9e97d46964d88156c6eb01cfec1adef.tar.gz
Disable build of ImProvider as it relies on proprietary files
-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)