blob: 538219cef03d040938659c168f766acaca696d2b [file] [log] [blame]
// TODO(b/339595939): Remove this module after the next ATF release which would no longer require jsoup.
java_library_static {
name: "jsoup",
srcs: ["src/main/java/**/*.java"],
static_libs: ["jspecify"],
visibility: ["//external/accessibility-test-framework"],
}