Change Bluetooth apex mountpoint

Apex name has been changed to com.android.btservices
Changing mount point accordingly
Bug: 235892590
Test: Flash / boot bt / look logs & pair a device

Change-Id: I8cff5f6449ee19466b3df571a40e062964a9e46c
This commit is contained in:
William Escande
2022-06-22 13:19:14 -07:00
parent 75c201f935
commit 7b012e937e
2 changed files with 3 additions and 3 deletions

View File

@@ -60,8 +60,8 @@ platform_bootclasspath {
module: "art-bootclasspath-fragment",
},
{
apex: "com.android.bluetooth",
module: "com.android.bluetooth-bootclasspath-fragment",
apex: "com.android.btservices",
module: "com.android.btservices-bootclasspath-fragment",
},
{
apex: "com.android.conscrypt",

View File

@@ -412,7 +412,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.bluetooth/javalib/service-bluetooth.jar";
"/apex/com.android.btservices/javalib/service-bluetooth.jar";
private static final String BLUETOOTH_SERVICE_CLASS =
"com.android.server.bluetooth.BluetoothService";
private static final String SAFETY_CENTER_SERVICE_CLASS =