| Index: tools/android/forwarder2/BUILD.gn
|
| diff --git a/tools/android/forwarder2/BUILD.gn b/tools/android/forwarder2/BUILD.gn
|
| index fbc9097834f8aff1127f49085f90d88f8ea9025a..519dfd83ea988c2f205044d9c701a13fd4c95754 100644
|
| --- a/tools/android/forwarder2/BUILD.gn
|
| +++ b/tools/android/forwarder2/BUILD.gn
|
| @@ -52,7 +52,7 @@ if (current_toolchain == default_toolchain) {
|
| # GYP: //tools/android/forwarder2/forwarder.gyp:forwarder2
|
| create_native_executable_dist("device_forwarder_prepare_dist") {
|
| dist_dir = "$root_build_dir/forwarder_dist"
|
| - binary = "$root_build_dir/exe.stripped/device_forwarder"
|
| + binary = "$root_build_dir/device_forwarder"
|
| deps = [
|
| ":device_forwarder",
|
| ]
|
|
|