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

Commit 65d14177 authored by William Escande's avatar William Escande
Browse files

Modify apex_available to Bluetooth apex

Bluetooth apex name has changed from com.android.btservices to
com.android.bt. We now need to update the reference in the code.

Updating apex_available in bp and other reference from within the code

Bug: 383863941
Flag: Exempt build infra
Test: m .
Change-Id: I905e2087439229cee18f2ee571947252e1dc1763
parent f7ba46ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ cc_library {
    min_sdk_version: "33",
    apex_available: [
        "//apex_available:platform",
        "com.android.btservices",
        "com.android.bt",
    ],
}

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