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

Commit a9160326 authored by Muhammad Qureshi's avatar Muhammad Qureshi Committed by Gerrit Code Review
Browse files

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

parents ab3ec4b2 dac57c3c
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"],
}