diff --git a/target/product/base_system.mk b/target/product/base_system.mk index e025e388d7..de093a26c8 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -52,6 +52,7 @@ PRODUCT_PACKAGES += \ com.android.adbd \ com.android.adservices \ com.android.appsearch \ + com.android.bluetooth \ com.android.auxiliary \ com.android.conscrypt \ com.android.cronet \ diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index e95cd03d3c..0b998f8e76 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -54,6 +54,7 @@ PRODUCT_APEX_BOOT_JARS := \ com.android.adservices:framework-adservices \ com.android.appsearch:framework-appsearch \ com.android.auxiliary:framework-auxiliary \ + com.android.bluetooth:framework-bluetooth \ com.android.conscrypt:conscrypt \ com.android.i18n:core-icu4j \ com.android.ipsec:android.net.ipsec.ike \ @@ -100,6 +101,7 @@ PRODUCT_STANDALONE_SYSTEM_SERVER_JARS := \ # Keep the list sorted by module names and then library names. # Note: For modules available in Q, DO NOT add new entries here. PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS := \ + com.android.bluetooth:service-bluetooth \ com.android.os.statsd:service-statsd \ com.android.scheduling:service-scheduling \ com.android.tethering:service-connectivity \ diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk index 3a59f6c320..41233b2c0a 100644 --- a/target/product/handheld_system.mk +++ b/target/product/handheld_system.mk @@ -34,7 +34,6 @@ $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) PRODUCT_PACKAGES += \ BasicDreams \ BlockedNumberProvider \ - Bluetooth \ BluetoothMidiService \ BookmarkProvider \ BuiltInPrintService \