Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68a451b0 authored by Michael Bestas's avatar Michael Bestas Committed by Michael W
Browse files

DeskClock: Stop depending on platform APIs

* We can build with sdk_version = current after latest changes

Change-Id: Ie424ffd156e9595082dc8ad935fb1c9e8e22bd87
parent 9378f673
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
android_app {
    name: "DeskClock",
    resource_dirs: ["res"],
    sdk_version: "current",
    overrides: ["AlarmClock"],
    srcs: [
        "src/**/*.java",
        "gen/**/*.java",
    ],
    platform_apis: true,
    product_specific: true,
    static_libs: [
        "androidx.annotation_annotation",