blob: 4d4759b99f15fc823bd8273c09405c91fe9046a6 [file] [log] [blame]
Stanley Wang929b1492021-04-26 23:06:22 +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
10android_library {
11 name: "SettingsLibIllustrationPreference",
Peter Kalauskas84c5a992023-08-23 13:39:23 -070012 use_resource_processor: true,
Stanley Wang929b1492021-04-26 23:06:22 +080013
14 srcs: ["src/**/*.java"],
15 resource_dirs: ["res"],
16
17 static_libs: [
Chaohui Wangb9b2b172023-08-14 19:44:10 +080018 "SettingsLibColor",
Stanley Wang929b1492021-04-26 23:06:22 +080019 "androidx.preference_preference",
20 "lottie",
21 ],
22
23 sdk_version: "system_current",
Stanley Wangee50d902021-05-25 20:09:05 +080024 min_sdk_version: "28",
Shriya Guptaf1425e42023-01-09 09:45:45 +000025
26 apex_available: [
27 "//apex_available:platform",
28 "com.android.permission",
29 ],
Stanley Wang929b1492021-04-26 23:06:22 +080030}