1java_library_host { 2 name: "google-api-common", 3 defaults: ["sdk-platform-java-default-visibility"], 4 srcs: [ 5 "src/main/**/*.java", 6 ], 7 libs: [ 8 "libprotobuf-java-util-full", 9 "auto_value_annotations", 10 ], 11 plugins: ["auto_value_plugin"], 12 errorprone: { 13 javacflags: [ 14 "-Xep:DoNotCall:WARN", 15 ], 16 }, 17 target: { 18 windows: { 19 enabled: true, 20 }, 21 }, 22} 23