Chromium Code Reviews| Index: net/android/BUILD.gn |
| diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn |
| index 74142bd47235d691d8556d1b614161bbba8f8fdc..88b72eb08521e2fe9a1987fc4bbc75c7e53308c3 100644 |
| --- a/net/android/BUILD.gn |
| +++ b/net/android/BUILD.gn |
| @@ -94,6 +94,9 @@ shared_library("net_java_test_native_support") { |
| android_apk("net_test_support_apk") { |
| testonly = true |
| + |
| + # Used as an additional_apk in test scripts. |
| + never_incremental = true |
| deps = [ |
| ":net_java_test_support", |
| "//base:base_java", |