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

Unified Diff: build/android/BUILD.gn

Issue 2761883002: Fix resource_sizes.py breaking if CWD!=src (Closed)
Patch Set: Created 3 years, 9 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/resource_sizes.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 2c6d6fd7f71d21cca5eb8f610ca6126ed2b89736..3a5a4d2156a50af6f884acea027d54677cf138eb 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -52,7 +52,8 @@ 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"
+ _data += "android_tool_prefix=" +
+ rebase_path(android_tool_prefix, root_build_dir) + CR
write_file("$root_build_dir/build_vars.txt", _data)
}
« no previous file with comments | « no previous file | build/android/resource_sizes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698