blob: 22e4e94b80b191504d05cbc033408e5c6993562a [file] [log] [blame]
Bob Badoure539dba2021-02-12 17:07:05 -08001package {
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 "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Sunny Shao9de5cca2020-02-06 16:09:14 +080010android_library {
11 name: "SettingsLibSchedulesProvider",
Peter Kalauskas84c5a992023-08-23 13:39:23 -070012 use_resource_processor: true,
Sunny Shao9de5cca2020-02-06 16:09:14 +080013
14 srcs: ["src/**/*.java"],
15
16 static_libs: [
Cole Faust749a6882023-12-20 11:57:03 -080017 "androidx.annotation_annotation",
Sunny Shao9de5cca2020-02-06 16:09:14 +080018 ],
19
20 sdk_version: "system_current",
21 min_sdk_version: "21",
Cole Faust749a6882023-12-20 11:57:03 -080022 lint: {
23 baseline_filename: "lint-baseline.xml",
24 },
Sunny Shao9de5cca2020-02-06 16:09:14 +080025}