blob: 19e2acdcb8c5073c6ea6b37d9d7da67394e56e0f [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "external_auto_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["external_auto_license"],
}
java_library_host {
name: "auto_common",
srcs: ["src/main/java/**/*.java"],
libs: [
"auto_android_annotation_stubs",
"guava",
"javapoet",
],
visibility: ["//visibility:public"],
}