Jaewoong Jung | 827b283 | 2019-01-08 07:55:43 -0800 | [diff] [blame] | 1 | android_app { |
| 2 | name: "DeskClock", |
| 3 | resource_dirs: ["res"], |
Jaewoong Jung | 827b283 | 2019-01-08 07:55:43 -0800 | [diff] [blame] | 4 | overrides: ["AlarmClock"], |
| 5 | srcs: [ |
| 6 | "src/**/*.java", |
| 7 | "gen/**/*.java", |
| 8 | ], |
Pavel Kirpichyov | b5bda10 | 2014-11-12 12:35:58 -0800 | [diff] [blame] | 9 | platform_apis: true, |
Anton Hansson | 016f29c | 2019-01-11 14:52:03 +0000 | [diff] [blame] | 10 | product_specific: true, |
Jaewoong Jung | 827b283 | 2019-01-08 07:55:43 -0800 | [diff] [blame] | 11 | static_libs: [ |
| 12 | "androidx.annotation_annotation", |
| 13 | "androidx.collection_collection", |
| 14 | "androidx.arch.core_core-common", |
| 15 | "androidx.lifecycle_lifecycle-common", |
Aurimas Liutikas | 9b0fac3 | 2019-01-30 21:45:05 -0800 | [diff] [blame] | 16 | "com.google.android.material_material", |
Jaewoong Jung | 827b283 | 2019-01-08 07:55:43 -0800 | [diff] [blame] | 17 | "androidx.lifecycle_lifecycle-runtime", |
| 18 | "androidx.percentlayout_percentlayout", |
| 19 | "androidx.transition_transition", |
| 20 | "androidx.core_core", |
| 21 | "androidx.legacy_legacy-support-core-ui", |
| 22 | "androidx.media_media", |
| 23 | "androidx.legacy_legacy-support-v13", |
| 24 | "androidx.preference_preference", |
| 25 | "androidx.appcompat_appcompat", |
| 26 | "androidx.gridlayout_gridlayout", |
| 27 | "androidx.recyclerview_recyclerview", |
Pavel Kirpichyov | b5bda10 | 2014-11-12 12:35:58 -0800 | [diff] [blame] | 28 | "org.lineageos.platform.internal", |
Jaewoong Jung | 827b283 | 2019-01-08 07:55:43 -0800 | [diff] [blame] | 29 | ], |
Michael Bestas | f0471fd | 2020-05-06 22:03:30 +0300 | [diff] [blame] | 30 | required: [ |
| 31 | "com.android.deskclock_whitelist" |
| 32 | ], |
| 33 | } |
| 34 | |
| 35 | prebuilt_etc { |
| 36 | name: "com.android.deskclock_whitelist", |
| 37 | product_specific: true, |
| 38 | sub_dir: "sysconfig", |
| 39 | src: "com.android.deskclock_whitelist.xml", |
| 40 | filename_from_src: true, |
Jaewoong Jung | 827b283 | 2019-01-08 07:55:43 -0800 | [diff] [blame] | 41 | } |