| Index: testing/android/native_test/BUILD.gn
|
| diff --git a/testing/android/native_test/BUILD.gn b/testing/android/native_test/BUILD.gn
|
| index 8ea6683fc74f5802372e574eaa3304159f7e8028..084f3db9386430fff33fc77b6f444dcf0b2becdf 100644
|
| --- a/testing/android/native_test/BUILD.gn
|
| +++ b/testing/android/native_test/BUILD.gn
|
| @@ -40,6 +40,7 @@ android_library("native_test_java") {
|
| testonly = true
|
| deps = [
|
| "//base:base_java",
|
| + "//base:base_java_test_support",
|
| "//testing/android/appurify_support:appurify_support_java",
|
| "//testing/android/reporter:reporter_java",
|
| ]
|
|
|