blob: 4791517d92736e674ee5522bf18bf0c98c26ed3b [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
14 // ANDROIDMK TRANSLATION ERROR: unsupported assignment to LOCAL_SHARED_JAVA_LIBRARIES
15 // LOCAL_SHARED_JAVA_LIBRARIES := androidx.lifecycle_lifecycle-common
16
17 resource_dirs: ["res"],
18
19 srcs: ["src/**/*.java"],
20
21 min_sdk_version: "21",
22
23}
24
25// For the test package.