• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["packages_apps_DeskClock_license"],
3}
4
5// Added automatically by a large-scale-change
6// http://go/android-license-faq
7license {
8    name: "packages_apps_DeskClock_license",
9    visibility: [":__subpackages__"],
10    license_kinds: [
11        "SPDX-license-identifier-Apache-2.0",
12    ],
13    license_text: [
14        "NOTICE",
15    ],
16}
17
18android_app {
19    name: "DeskClock",
20    resource_dirs: ["res"],
21    sdk_version: "current",
22    overrides: [
23        "AlarmClock",
24    ],
25    srcs: [
26        "src/**/*.kt",
27        "gen/**/*.java",
28    ],
29    product_specific: true,
30    static_libs: [
31        "androidx.annotation_annotation",
32        "androidx.collection_collection",
33        "androidx.arch.core_core-common",
34        "androidx.lifecycle_lifecycle-common",
35        "com.google.android.material_material",
36        "androidx.lifecycle_lifecycle-runtime",
37        "androidx.percentlayout_percentlayout",
38        "androidx.transition_transition",
39        "androidx.core_core",
40        "androidx.legacy_legacy-support-core-ui",
41        "androidx.media_media",
42        "androidx.legacy_legacy-support-v13",
43        "androidx.preference_preference",
44        "androidx.appcompat_appcompat",
45        "androidx.gridlayout_gridlayout",
46        "androidx.recyclerview_recyclerview",
47    ],
48
49    aaptflags: ["--legacy"],
50}
51