blob: 934aacfddfb93ed7b6ff31c6bc60b669a46d6e32 [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",
12
13 srcs: ["src/**/*.java"],
14 resource_dirs: ["res"],
15
16 static_libs: [
17 "androidx.annotation_annotation",
18 "SettingsLibTile"
19 ],
20
21 min_sdk_version: "21",
22}