14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
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_android_annotation_stubs",
|
|
srcs: ["src/**/*.java"],
|
|
}
|