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