xref: /aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/Android.bp (revision 8a52c7834d808308836a99fc2a6e0ed8db339086)
1java_library_host {
2    name: "awssdk-aws-core",
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 that soong can build this
7        // target from source.
8        "target/generated-sources/**/*.java",
9    ],
10    libs: ["awssdk-annotations"],
11    static_libs: [
12        "awssdk-regions",
13        "awssdk-auth",
14        "awssdk-sdk-core",
15        "awssdk-profiles",
16    ],
17    target: {
18        windows: {
19            enabled: true,
20        },
21    },
22}
23