| 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"], |
| } |