Chromium Code Reviews| Index: third_party/junit/BUILD.gn |
| diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn |
| index 569f9e2533008b8032a6e508ccf6a49b218e22c7..3db7902c3cf3f4585cb242d04979b2d8cad3eee7 100644 |
| --- a/third_party/junit/BUILD.gn |
| +++ b/third_party/junit/BUILD.gn |
| @@ -7,6 +7,7 @@ import("//build/config/android/rules.gni") |
| java_library("junit") { |
| chromium_code = false |
| testonly = true |
| + supports_android = true |
| deps = [ |
| "//third_party/hamcrest:hamcrest_java", |
| ] |