Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ java_library {
],
libs: [
"androidx.annotation_annotation",
"app-compat-annotations",
"framework",
"services.core",
......
......@@ -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"],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment