| Index: tools/android/md5sum/BUILD.gn
|
| diff --git a/tools/android/md5sum/BUILD.gn b/tools/android/md5sum/BUILD.gn
|
| index 0740cab610d5fc20df24c674d353a3b0d1b77f71..f762615422fe28b6a8ff6b89082f378b58b03941 100644
|
| --- a/tools/android/md5sum/BUILD.gn
|
| +++ b/tools/android/md5sum/BUILD.gn
|
| @@ -36,7 +36,7 @@ if (current_toolchain == default_toolchain) {
|
| # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_stripped_device_bin
|
| create_native_executable_dist("md5sum_prepare_dist") {
|
| dist_dir = "$root_build_dir/md5sum_dist"
|
| - binary = "$root_build_dir/exe.stripped/md5sum_bin"
|
| + binary = "$root_build_dir/md5sum_bin"
|
| deps = [
|
| ":md5sum_bin",
|
| ]
|
|
|