| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index bf2f1491c7e58063c2390ecca71464c1d80a0061..33cb22da39e6bfd46ea37a8cfa4b239682837453 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -2437,10 +2437,7 @@ if (enable_java_templates) {
|
| "//testing/android/appurify_support:appurify_support_java",
|
| "//testing/android/reporter:reporter_java",
|
| ]
|
| - data_deps += [
|
| - "//build/android/pylib/remote/device/dummy:remote_device_dummy_apk",
|
| - "//tools/android/md5sum",
|
| - ]
|
| + data_deps += [ "//tools/android/md5sum" ]
|
| if (host_os == "linux") {
|
| data_deps += [ "//tools/android/forwarder2" ]
|
| }
|
|
|