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

Commit 6de80497 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Modify apex_available to Bluetooth apex" into main

parents f7ba46ae 65d14177
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@ cc_library {
    min_sdk_version: "33",
    min_sdk_version: "33",
    apex_available: [
    apex_available: [
        "//apex_available:platform",
        "//apex_available:platform",
        "com.android.btservices",
        "com.android.bt",
    ],
    ],
}
}


@@ -85,7 +85,7 @@ cc_library_static {
    min_sdk_version: "33",
    min_sdk_version: "33",
    apex_available: [
    apex_available: [
        "//apex_available:platform",
        "//apex_available:platform",
        "com.android.btservices",
        "com.android.bt",
    ],
    ],
}
}