blob: df72a921544d06b44a9f3014ddb01a7d4b2442a1 [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: [
18 "androidx.annotation_annotation",
19 "SettingsLibTile"
20 ],
21
22 min_sdk_version: "21",
23}