| 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)
|
| }
|
|
|
|
|