blob: 044ba872f3e52145962cb387da963c5be1c59cfd [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
hughchened6a4d22019-03-28 11:20:48 +080010android_library {
11 name: "SettingsLibAdaptiveIcon",
Peter Kalauskas84c5a992023-08-23 13:39:23 -070012 use_resource_processor: true,
hughchened6a4d22019-03-28 11:20:48 +080013
14 srcs: ["src/**/*.java"],
15 resource_dirs: ["res"],
16
17 static_libs: [
Cole Faust749a6882023-12-20 11:57:03 -080018 "androidx.annotation_annotation",
19 "SettingsLibTile",
hughchened6a4d22019-03-28 11:20:48 +080020 ],
21
22 min_sdk_version: "21",
Cole Faust749a6882023-12-20 11:57:03 -080023 lint: {
24 baseline_filename: "lint-baseline.xml",
25 },
hughchened6a4d22019-03-28 11:20:48 +080026}