blob: 943dd84eccf90b104c9d6d8d7ff11cbc90be36d1 [file] [log] [blame]
Jason Monka2f2d822018-08-13 11:10:48 -04001android_library {
2
3 name: "SettingsLib",
4
5 libs: [
6 "androidx.annotation_annotation",
7 "androidx.legacy_legacy-support-v4",
8 "androidx.recyclerview_recyclerview",
9 "androidx.preference_preference",
10 "androidx.appcompat_appcompat",
11 "androidx.lifecycle_lifecycle-runtime",
12 ],
13
Philip P. Moltmann51c6c4c2018-08-27 14:40:25 -070014 static_libs: [
15 "SettingsLibHelpUtils",
Philip P. Moltmann4e615e62018-08-28 14:57:49 -070016 "SettingsLibRestrictedLockUtils",
Philip P. Moltmann51c6c4c2018-08-27 14:40:25 -070017 ],
18
Jason Monka2f2d822018-08-13 11:10:48 -040019 // ANDROIDMK TRANSLATION ERROR: unsupported assignment to LOCAL_SHARED_JAVA_LIBRARIES
20 // LOCAL_SHARED_JAVA_LIBRARIES := androidx.lifecycle_lifecycle-common
21
22 resource_dirs: ["res"],
23
24 srcs: ["src/**/*.java"],
25
26 min_sdk_version: "21",
27
28}
29
30// For the test package.