blob: b9e34ee97f212237ac9397ebc1f2cb44fe10b6db [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_base_license"],
}
filegroup {
name: "ravenwood-annotations",
srcs: [
"annotations-src/**/*.java",
],
path: "annotations-src",
visibility: ["//visibility:public"],
}
java_library {
name: "ravenwood-annotations-lib",
srcs: [":ravenwood-annotations"],
sdk_version: "core_current",
host_supported: true,
visibility: ["//visibility:public"],
}
java_library {
name: "ravenwood-junit",
srcs: ["junit-src/**/*.java"],
libs: [
"framework-minus-apex.ravenwood",
"junit",
],
visibility: ["//visibility:public"],
}
java_host_for_device {
name: "core-xml-for-device",
libs: [
"core-xml-for-host",
],
}