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

Commit a2cd95e1 authored by Muhammad Qureshi's avatar Muhammad Qureshi Committed by Automerger Merge Worker
Browse files

Merge "Add android annotation dependency for @RequiresApi in generated code."...

Merge "Add android annotation dependency for @RequiresApi in generated code." into main am: a9160326

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2987013



Change-Id: Ia6004de50ca169c2478ddee80e302ece7a28df58
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d78441c0 a9160326
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ java_library {
    ],

    libs: [
        "androidx.annotation_annotation",
        "app-compat-annotations",
        "error_prone_annotations",
        "framework",
+3 −0
Original line number Diff line number Diff line
@@ -166,6 +166,9 @@ java_library {
        "com/android/internal/logging/UiEventLoggerImpl.java",
        ":statslog-framework-java-gen",
    ],
    libs: [
        "androidx.annotation_annotation",
    ],
    static_libs: ["modules-utils-uieventlogger-interface"],
}