xref: /aosp_15_r20/external/jsoup/Android.bp (revision 6da8f8c4bc310ad659121b84dd089062417a2ce2)
1*6da8f8c4SAndroid Build Coastguard Worker// TODO(b/339595939): Remove this module after the next ATF release which would no longer require jsoup.
2*6da8f8c4SAndroid Build Coastguard Workerjava_library_static {
3*6da8f8c4SAndroid Build Coastguard Worker    name: "jsoup",
4*6da8f8c4SAndroid Build Coastguard Worker    srcs: ["src/main/java/**/*.java"],
5*6da8f8c4SAndroid Build Coastguard Worker    static_libs: ["jspecify"],
6*6da8f8c4SAndroid Build Coastguard Worker    visibility: ["//external/accessibility-test-framework"],
7*6da8f8c4SAndroid Build Coastguard Worker}
8