Merge "Add androidx.annotation_annotation library"

This commit is contained in:
Treehugger Robot
2023-03-28 01:14:42 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ java_defaults {
libs: [ libs: [
"unsupportedappusage", "unsupportedappusage",
"app-compat-annotations", "app-compat-annotations",
"androidx.annotation_annotation",
], ],
impl_only_libs: [ impl_only_libs: [
// The build system will use framework-bluetooth module_current stubs, because // The build system will use framework-bluetooth module_current stubs, because

View File

@@ -45,6 +45,7 @@ java_library {
srcs: [":framework-nearby-java-sources"], srcs: [":framework-nearby-java-sources"],
sdk_version: "module_current", sdk_version: "module_current",
libs: [ libs: [
"androidx.annotation_annotation",
"framework-annotations-lib", "framework-annotations-lib",
"framework-bluetooth", "framework-bluetooth",
], ],