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

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

Issue 2406093002: Fix monochrome not booting issue (Closed)
Patch Set: Created 4 years, 2 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/resource_sizes.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index f656ea6854a3aea061b680c6bad559bc2ce49831..14b21d752372ffbf7e8e84346306cc89ab6c6138 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -275,6 +275,13 @@ template("write_build_config") {
rebase_path(invoker.r_text, root_build_dir),
]
}
+ if (defined(invoker.is_locale_resource) && invoker.is_locale_resource) {
+ args += [ "--is-locale-resource" ]
+ }
+ if (defined(invoker.has_alternative_locale_resource) &&
+ invoker.has_alternative_locale_resource) {
+ args += [ "--has-alternative-locale-resource" ]
+ }
}
if (is_android_resources && defined(invoker.resource_dirs)) {
« no previous file with comments | « build/android/resource_sizes.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698