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

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

Issue 1952153002: 👪 Strip R.class in android_prebuilt() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't strip out *all* R.class, just those associated with known resources Created 4 years, 7 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
« build/android/gyp/jar.py ('K') | « build/config/android/internal_rules.gni ('k') | no next file » | 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 1f37946cd5efaa9aa624fcee2561b1502da130e3..6a76383db1b1f905947aa0c65dc9e704695ea215 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1215,6 +1215,7 @@ template("android_java_prebuilt") {
forward_variables_from(invoker, "*")
supports_android = true
requires_android = true
+ strip_resource_classes = true
}
}
« build/android/gyp/jar.py ('K') | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698