Merge "Make libexpresslog apex available" into main

This commit is contained in:
Treehugger Robot 2024-06-21 23:04:59 +00:00 committed by Gerrit Code Review
commit 5bba244398

View file

@ -47,6 +47,11 @@ cc_library {
"libstatssocket",
],
export_include_dirs: ["include"],
min_sdk_version: "33",
apex_available: [
"//apex_available:platform",
"com.android.btservices",
],
}
genrule {
@ -75,6 +80,11 @@ cc_library_static {
shared_libs: [
"libstatssocket",
],
min_sdk_version: "33",
apex_available: [
"//apex_available:platform",
"com.android.btservices",
],
}
cc_test {