blob: adf48f81c00d062e6c07d4d305cfbbbc9a9cd923 [file] [log] [blame]
Jaewoong Jung827b2832019-01-08 07:55:43 -08001android_app {
2 name: "DeskClock",
3 resource_dirs: ["res"],
Jaewoong Jung827b2832019-01-08 07:55:43 -08004 overrides: ["AlarmClock"],
5 srcs: [
6 "src/**/*.java",
7 "gen/**/*.java",
8 ],
Pavel Kirpichyovb5bda102014-11-12 12:35:58 -08009 platform_apis: true,
Anton Hansson016f29c2019-01-11 14:52:03 +000010 product_specific: true,
Jaewoong Jung827b2832019-01-08 07:55:43 -080011 static_libs: [
12 "androidx.annotation_annotation",
13 "androidx.collection_collection",
14 "androidx.arch.core_core-common",
15 "androidx.lifecycle_lifecycle-common",
Aurimas Liutikas9b0fac32019-01-30 21:45:05 -080016 "com.google.android.material_material",
Jaewoong Jung827b2832019-01-08 07:55:43 -080017 "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 Kirpichyovb5bda102014-11-12 12:35:58 -080028 "org.lineageos.platform.internal",
Jaewoong Jung827b2832019-01-08 07:55:43 -080029 ],
Michael Bestasf0471fd2020-05-06 22:03:30 +030030 required: [
31 "com.android.deskclock_whitelist"
32 ],
33}
34
35prebuilt_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 Jung827b2832019-01-08 07:55:43 -080041}