blob: c74d0573d95d82b7a1f1b7d9e6cb9c2cbfe95d6e [file] [log] [blame]
java_library_host {
name: "awssdk-sdk-core",
srcs: [
"src/main/**/*.java",
// These files were generated locally with maven: `mvn generate-sources`,
// and then checked in with `git add -f`, so that soong can build this
// target from source.
"target/generated-sources/**/*.java",
],
libs: [
"slf4j-api",
"awssdk-annotations",
],
static_libs: [
"awssdk-http-client-spi",
"awssdk-metrics-spi",
"awssdk-endpoints-spi",
"awssdk-http-auth-spi",
"awssdk-http-auth-aws",
"awssdk-checksums-spi",
"awssdk-checksums",
"awssdk-identity-spi",
"awssdk-utils",
"awssdk-profiles",
],
target: {
windows: {
enabled: true,
},
},
}