xref: /aosp_15_r20/prebuilts/misc/common/robolectric/Android.bp (revision 847dbab7980efcc7f5706bb9c6d844b91a680afd)
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "prebuilts_misc_license"
5    // to get the below license kinds:
6    //   legacy_restricted
7    default_applicable_licenses: ["prebuilts_misc_license"],
8}
9
10android_robolectric_runtimes {
11    name: "robolectric-android-all-prebuilts",
12    jars: ["android-all/*.jar"],
13    lib: "robolectric-host-android_all",
14}
15