aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-06-22 13:19:47 -0700
committerWilliam Escande <wescande@google.com>2022-06-22 13:19:47 -0700
commit9c2f61119c2bd7c11b0c1e4077607921c4d835d1 (patch)
tree3029225c6d67985cd888ba61f57dfc1228ae7203
parentac0f3f221143a3e926f6647960db6176234d1774 (diff)
downloadbuild-9c2f61119c2bd7c11b0c1e4077607921c4d835d1.tar.gz
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: I1e32f26c5e2b121391bc85c6b50b2ccdf57ff5de
-rw-r--r--target/product/default_art_config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk
index 993edf3284..e2bb9d5dd4 100644
--- a/target/product/default_art_config.mk
+++ b/target/product/default_art_config.mk
@@ -54,7 +54,7 @@ PRODUCT_APEX_BOOT_JARS := \
com.android.adservices:framework-adservices \
com.android.adservices:framework-sdksandbox \
com.android.appsearch:framework-appsearch \
- com.android.bluetooth:framework-bluetooth \
+ com.android.btservices:framework-bluetooth \
com.android.conscrypt:conscrypt \
com.android.i18n:core-icu4j \
com.android.ipsec:android.net.ipsec.ike \
@@ -93,7 +93,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.btservices:service-bluetooth \
com.android.os.statsd:service-statsd \
com.android.scheduling:service-scheduling \
com.android.tethering:service-connectivity \