| Index: remoting/android/BUILD.gn
|
| diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
|
| index 24f9dd7e1d8683a95f2044790c60d78f834b757c..b982f9eb648d98c3f9e6ee6789e76a3ec7cb2ca4 100644
|
| --- a/remoting/android/BUILD.gn
|
| +++ b/remoting/android/BUILD.gn
|
| @@ -79,7 +79,7 @@ remoting_localize("remoting_apk_manifest") {
|
| } else {
|
| defines = [ "ENABLE_CARDBOARD=0" ]
|
| }
|
| - variables = [ branding_path ]
|
| + variables = [ rebase_path(branding_path) ]
|
| output = "$root_gen_dir/remoting/android/{{source_name_part}}"
|
| }
|
|
|
| @@ -132,7 +132,7 @@ remoting_localize("remoting_test_apk_manifest") {
|
| "javatests/AndroidManifest.xml.jinja2",
|
| ]
|
| locales = [ "en" ]
|
| - variables = [ branding_path ]
|
| + variables = [ rebase_path(branding_path) ]
|
| output = "$root_gen_dir/remoting/android_test/{{source_name_part}}"
|
| }
|
|
|
|
|