Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2682)

Unified Diff: build/android/gyp/apk_obfuscate.py

Issue 542483002: [Android] Stop ProGuard from shrinking release test apks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/apk_obfuscate.py
diff --git a/build/android/gyp/apk_obfuscate.py b/build/android/gyp/apk_obfuscate.py
index fb29d0ce80faf93d01cb786187ca12734b9ae73c..b9762cf736d7740a47cc815c04cb38f0083e03dc 100755
--- a/build/android/gyp/apk_obfuscate.py
+++ b/build/android/gyp/apk_obfuscate.py
@@ -125,6 +125,7 @@ def main(argv):
proguard_cmd += [
'-dontobfuscate',
'-dontoptimize',
+ '-dontshrink',
'-dontskipnonpubliclibraryclassmembers',
'-libraryjars', options.tested_apk_obfuscated_jar_path,
'-applymapping', options.tested_apk_obfuscated_jar_path + '.mapping',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698