blob: 17b662c60227a588aa76d4392f7205411b8a24fa [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
tmfang7bdcf692018-12-02 21:40:00 +080010android_library {
11 name: "SettingsLibEntityHeaderWidgets",
Peter Kalauskas84c5a992023-08-23 13:39:23 -070012 use_resource_processor: true,
tmfang7bdcf692018-12-02 21:40:00 +080013
14 srcs: ["src/**/*.java"],
15 resource_dirs: ["res"],
16
17 static_libs: [
18 "androidx.annotation_annotation",
Raff Tsaif2b34b92019-07-31 15:55:45 +080019 "SettingsLibSettingsTheme"
tmfang7bdcf692018-12-02 21:40:00 +080020 ],
21
22 sdk_version: "system_current",
23 min_sdk_version: "21",
24}