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

Unified Diff: build/config/android/rules.gni

Issue 2837123003: Revert of [Android] Enable multidex for release builds of chrome_public_test_apk. (Closed)
Patch Set: Created 3 years, 8 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 | « build/android/multidex.flags ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index eddbbf3bdf58d8ad86f919834d76c2c2a2be30e7..44557326485d3d719806bbe4db0b8eb6c047e2d2 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1935,9 +1935,6 @@
if (defined(invoker.proguard_configs)) {
_proguard_configs += invoker.proguard_configs
}
- if (enable_multidex) {
- _proguard_configs += [ "//build/android/multidex.flags" ]
- }
assert(_proguard_configs != []) # Mark as used.
_proguard_target = "${_template_name}__proguard"
proguard(_proguard_target) {
« no previous file with comments | « build/android/multidex.flags ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698