summaryrefslogtreecommitdiff
path: root/services/java
diff options
context:
space:
mode:
author William Escande <wescande@google.com> 2024-12-18 18:59:43 -0800
committer William Escande <wescande@google.com> 2024-12-18 18:59:43 -0800
commit7c315ff98a088749debac7b7491aea6ed037b2f5 (patch)
tree2b863950fbca7a5427b1c651f48d05bb8885595f /services/java
parent8fd8ec8d404c0aeafa25b66fdcc9a9134280faea (diff)
[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
Diffstat (limited to 'services/java')
-rw-r--r--services/java/com/android/server/SystemServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java
index 30a967c5d4e6..407872690f77 100644
--- a/services/java/com/android/server/SystemServer.java
+++ b/services/java/com/android/server/SystemServer.java
@@ -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 =