| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 856781831cb665e61d2a9e2f4e2dfe9b3f6634fe..518d0b1c4e570645a0f2fbc4bf8b972868732856 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1496,7 +1496,6 @@ template("unittest_apk") {
|
| deps = [
|
| "//base:base_java",
|
| "//build/android/pylib/remote/device/dummy:remote_device_dummy_apk",
|
| - "//net/android:net_java_test_support",
|
| ]
|
| if (defined(invoker.deps)) {
|
| deps += invoker.deps
|
|
|