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

Commit 7c315ff9 authored by William Escande's avatar William Escande
Browse files

[bt] Add the Google module in pixel image

Flag: EXEMPT adding Google module to build is not flagged
Test: presubmit
Test: m then flash device then check Bluetooth version & functionality
Ignore-AOSP-First: We must change the apex configuration for pixel at
                   the same time to prevent breaking tip-of-tree
Bug: 383863941
Change-Id: I26416d3bfc0b7fc826dcd467ac98656a7b118482
parent 8fd8ec8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ custom_platform_bootclasspath {
            module: "art-bootclasspath-fragment",
        },
        {
            apex: "com.android.btservices",
            module: "com.android.btservices-bootclasspath-fragment",
            apex: "com.android.bt",
            module: "com.android.bt-bootclasspath-fragment",
        },
        {
            apex: "com.android.configinfrastructure",
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ public final class SystemServer implements Dumpable {
            "/apex/com.android.uwb/javalib/service-uwb.jar";
    private static final String UWB_SERVICE_CLASS = "com.android.server.uwb.UwbService";
    private static final String BLUETOOTH_APEX_SERVICE_JAR_PATH =
            "/apex/com.android.btservices/javalib/service-bluetooth.jar";
            "/apex/com.android.bt/javalib/service-bluetooth.jar";
    private static final String BLUETOOTH_SERVICE_CLASS =
            "com.android.server.bluetooth.BluetoothService";
    private static final String DEVICE_LOCK_SERVICE_CLASS =