blob: b325236d0d028b8e16ab3ec4b2697efe0ec43486 [file] [log] [blame]
//#############################################
// Compile Robolectric annotations
//#############################################
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "external_robolectric-shadows_license"
// to get the below license kinds:
// SPDX-license-identifier-MIT
default_applicable_licenses: ["external_robolectric_license"],
}
java_library_host {
name: "Robolectric_annotations_upstream",
static_libs: [
"jsr305",
],
libs: ["robolectric-host-android_all_upstream"],
srcs: ["src/main/java/**/*.java"],
visibility: ["//visibility:public"],
}