| Index: tools/android/md5sum/BUILD.gn
|
| diff --git a/tools/android/md5sum/BUILD.gn b/tools/android/md5sum/BUILD.gn
|
| index 391ffb823cbc019fbc680dd796fa315d735f0cbf..7cce4c9faaed6c4f8ee056d71c18e17de2117ad6 100644
|
| --- a/tools/android/md5sum/BUILD.gn
|
| +++ b/tools/android/md5sum/BUILD.gn
|
| @@ -38,7 +38,6 @@ if (current_toolchain == default_toolchain) {
|
| create_native_executable_dist("md5sum_prepare_dist") {
|
| dist_dir = "$root_build_dir/md5sum_dist"
|
| binary = "$root_build_dir/md5sum_bin"
|
| - include_main_binary = true
|
| deps = [
|
| ":md5sum_bin",
|
| ]
|
|
|