Jason Monk | a2f2d82 | 2018-08-13 11:10:48 -0400 | [diff] [blame] | 1 | android_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. Moltmann | 51c6c4c | 2018-08-27 14:40:25 -0700 | [diff] [blame] | 14 | static_libs: [ |
| 15 | "SettingsLibHelpUtils", |
Philip P. Moltmann | 4e615e6 | 2018-08-28 14:57:49 -0700 | [diff] [blame] | 16 | "SettingsLibRestrictedLockUtils", |
Fan Zhang | 5b8116d | 2018-09-24 11:55:12 -0700 | [diff] [blame^] | 17 | "SettingsLibAppPreference", |
Philip P. Moltmann | 51c6c4c | 2018-08-27 14:40:25 -0700 | [diff] [blame] | 18 | ], |
| 19 | |
Jason Monk | a2f2d82 | 2018-08-13 11:10:48 -0400 | [diff] [blame] | 20 | // ANDROIDMK TRANSLATION ERROR: unsupported assignment to LOCAL_SHARED_JAVA_LIBRARIES |
| 21 | // LOCAL_SHARED_JAVA_LIBRARIES := androidx.lifecycle_lifecycle-common |
| 22 | |
| 23 | resource_dirs: ["res"], |
| 24 | |
| 25 | srcs: ["src/**/*.java"], |
| 26 | |
| 27 | min_sdk_version: "21", |
| 28 | |
| 29 | } |
| 30 | |
| 31 | // For the test package. |