summaryrefslogtreecommitdiff
path: root/chromium/Android.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-05-30 17:45:36 +0100
committerTorne (Richard Coles) <torne@google.com>2013-05-30 17:45:36 +0100
commitac2530ca1b3791854af1d7284ed31384f8550789 (patch)
tree066e03c81dfb0b196bd2c73976cf478f10d56a68 /chromium/Android.mk
parent9eea229e384e9aeee1d36a38f3130d96e1510667 (diff)
downloadwebview-ac2530ca1b3791854af1d7284ed31384f8550789.tar.gz
Enable proguard.
CTS tests appear to pass at the expected rate with proguard enabled, so turn it on for now so that we can get some thorough testing. Revert this if it appears to be causing problems and you can't work out what to add to the flag file to fix it. Change-Id: I15e0d0d5b31861ddd0eef4bf21163df2e0d9a7fd
Diffstat (limited to 'chromium/Android.mk')
-rw-r--r--chromium/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index 3d16aab..95cc188 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -89,7 +89,7 @@ LOCAL_REQUIRED_MODULES := \
webviewchromium_webkit_strings_zh-CN.pak \
webviewchromium_webkit_strings_zh-TW.pak
-LOCAL_PROGUARD_ENABLED := disabled
+LOCAL_PROGUARD_ENABLED := full
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_JAVACFLAGS := -Xlint:unchecked -Werror