java_library_host { | |
name: "awssdk-kms", | |
srcs: [ | |
"src/main/**/*.java", | |
// These files were generated locally with maven: `mvn generate-sources`, | |
// and then checked in with `git add -f`, so othat soong can build this | |
// target from source. | |
"target/generated-sources/**/*.java", | |
], | |
libs: [ | |
"slf4j-api", | |
"awssdk-annotations", | |
], | |
static_libs: [ | |
"awssdk-aws-json-protocol", | |
"awssdk-protocol-core", | |
"awssdk-http-auth-aws", | |
], | |
target: { | |
windows: { | |
enabled: true, | |
}, | |
}, | |
} |