summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-10-15 14:55:56 -0700
committerNick Pelly <npelly@google.com>2010-10-15 16:19:56 -0700
commit1393071b580c80fadcd634a97a277da4ad23c985 (patch)
tree28b9bcdc155c7793da0903818cefb01d8d9363d7 /Android.mk
parent13d8819d9d716c8f0ba03288d058f0bd462d70a7 (diff)
downloadpackages_apps_nfc-1393071b580c80fadcd634a97a277da4ad23c985.zip
packages_apps_nfc-1393071b580c80fadcd634a97a277da4ad23c985.tar.gz
packages_apps_nfc-1393071b580c80fadcd634a97a277da4ad23c985.tar.bz2
Tell proguard not to strip native declarations.
This should fix the -userdebug builds. Change-Id: Icf027422d642588a29cb7d081836f4bd7c92881f Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index baa6cb7..b5ae045 100755
--- a/Android.mk
+++ b/Android.mk
@@ -10,6 +10,8 @@ LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := libnfc_jni
+LOCAL_PROGUARD_ENABLED := disabled
+
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))