xref: /aosp_15_r20/external/aws-sdk-java-v2/services/kms/Android.bp (revision 8a52c7834d808308836a99fc2a6e0ed8db339086)
1java_library_host {
2    name: "awssdk-kms",
3    srcs: [
4        "src/main/**/*.java",
5        // These files were generated locally with maven: `mvn generate-sources`,
6        // and then checked in with `git add -f`, so othat soong can build this
7        // target from source.
8        "target/generated-sources/**/*.java",
9    ],
10    libs: [
11        "slf4j-api",
12        "awssdk-annotations",
13    ],
14    static_libs: [
15        "awssdk-aws-json-protocol",
16        "awssdk-protocol-core",
17        "awssdk-http-auth-aws",
18    ],
19    target: {
20        windows: {
21            enabled: true,
22        },
23    },
24}
25