| // 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"], | |
| } |