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

Commit 7751734b authored by David Su's avatar David Su
Browse files

CurrentTimeMillisLong: Move to framework-annotations

Move CurrentTimeMillisLong to
framework-annotations since it is used by other
modules besides MediaProvider (e.g. Wifi).

Bug: 149605228
Test: compiles
Change-Id: If5a3c77391a63eb11e682b7654864c2bef8b87d4
parent 75088d14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -687,6 +687,7 @@ filegroup {
    srcs: [
        "core/java/android/annotation/CallbackExecutor.java",
        "core/java/android/annotation/CheckResult.java",
        "core/java/android/annotation/CurrentTimeMillisLong.java",
        "core/java/android/annotation/IntDef.java",
        "core/java/android/annotation/IntRange.java",
        "core/java/android/annotation/NonNull.java",
@@ -1126,7 +1127,6 @@ filegroup {
    srcs: [
        ":framework-annotations",
        "core/java/android/annotation/BytesLong.java",
        "core/java/android/annotation/CurrentTimeMillisLong.java",
        "core/java/android/annotation/CurrentTimeSecondsLong.java",
        "core/java/android/annotation/DurationMillisLong.java",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ java_library {
        // TODO(b/146757305): should be unnecessary once
        // sdk_version="module_lib_current"
        "android_system_stubs_current",
        "framework_mediaprovider_annotation", // for android.annotation.CurrentTimeMillisLong
    ],
    srcs: [
        ":framework-wifi-updatable-sources",