aboutsummaryrefslogtreecommitdiff
path: root/android-annotation-stubs/Android.bp
blob: 3e0be03d64bf916ecebc9e674b20d0b9aac347a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"],
}