• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// TODO(b/339595939): Remove this module after the next ATF release which would no longer require jsoup.
2java_library_static {
3    name: "jsoup",
4    srcs: ["src/main/java/**/*.java"],
5    static_libs: ["jspecify"],
6    visibility: ["//external/accessibility-test-framework"],
7}
8