DescriptionAndroid: Hook up aapt's main dex proguard rules
Noticed that aapt now has a flag for outputing a proguard rules file for
use when determining which classes to put in the main dex. For
ChromePublic.apk, it produces a file with a single rule:
-keep class org.chromium.chrome.browser.ChromeBackupAgent { <init>(...); }
Looks like this class wasn't already being explicitly kept in the main
dex, so it's possible that some part of backups was broken for debug
builds (where multidex is enabled).
BUG=none
Review-Url: https://codereview.chromium.org/2632463004
Cr-Commit-Position: refs/heads/master@{#443687}
Committed: https://chromium.googlesource.com/chromium/src/+/ba68db1ef24638f8e1eae8d12ff6a9fff0f1b096
Patch Set 1 #
Total comments: 2
Patch Set 2 : add as input #
Messages
Total messages: 15 (8 generated)
|