blob: f4227e9c6c998340e282eda6cc104efd87772cb7 [file] [log] [blame] [edit]
// 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: ["jsoup_annotation_stubs"],
visibility: ["//external/accessibility-test-framework"],
}