• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1java_library_host {
2    name: "awssdk-regions",
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: [
11        "slf4j-api",
12        "awssdk-annotations",
13    ],
14    static_libs: [
15        "awssdk-sdk-core",
16        "awssdk-profiles",
17        "awssdk-json-utils",
18    ],
19    target: {
20        windows: {
21            enabled: true,
22        },
23    },
24}
25