Merge "Enabling Apex in BT" into tm-dev

This commit is contained in:
Roopa Sattiraju
2022-02-25 06:30:19 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 1 deletions

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -34,7 +34,6 @@ $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
PRODUCT_PACKAGES += \
BasicDreams \
BlockedNumberProvider \
Bluetooth \
BluetoothMidiService \
BookmarkProvider \
BuiltInPrintService \