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

Unified Diff: build/android/BUILD.gn

Issue 2706243013: Android: improve static initializer counting in resource_sizes.py. (Closed)
Patch Set: Addressed agrieve comments Created 3 years, 10 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 | build/android/gyp/util/build_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/BUILD.gn
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
index 6cf8bf1c81111cf4f391b2a33435e05e5587b118..53366db1934f98bcbab8fdf2304c01f3e49bb67a 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
if (enable_java_templates) {
@@ -51,6 +52,7 @@ if (enable_java_templates) {
_data +=
"android_sdk_root=" + rebase_path(android_sdk_root, root_build_dir) + CR
_data += "android_sdk_version=$android_sdk_version$CR"
+ _data += "android_tool_prefix=$android_tool_prefix"
write_file("$root_build_dir/build_vars.txt", _data)
}
« no previous file with comments | « no previous file | build/android/gyp/util/build_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698