java_library_host { name: "awssdk-aws-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: ["awssdk-annotations"], static_libs: [ "awssdk-regions", "awssdk-auth", "awssdk-sdk-core", "awssdk-profiles", ], target: { windows: { enabled: true, }, }, }