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 10java_library_host { 11 // Robolectric prebuilts of android c++ code targeting mac (amd64/arm64) and linux (amd64) 12 // Sourced from here: https://github.com/robolectric/robolectric/actions/workflows/build_native_runtime.yml 13 // Todo(rexhoffman): build android code for host systems in standard builds (likely with bazel) 14 name: "robolectric_nativeruntime_native_prebuilt", 15 java_resource_dirs: ["resources"], 16} 17