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

Commit dac57c3c authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Add android annotation dependency for @RequiresApi in generated code.

Bug: 328120273
Test: m
Change-Id: I95b30fec99bcc4550757a256c58307864deb9c27
parent 3bd28b58
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",
        "framework",
        "services.core",
+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"],
}