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
Ignore-AOSP-First: Apex name change not propagate to AOSP yet
Change-Id: Ie8d4c73d9601d36e1ae8f74f9bdf791e8c1e42da
This commit is contained in:
William Escande
2022-06-22 13:18:40 -07:00
parent f52cc6b3b7
commit 358806ae4c

View File

@@ -768,8 +768,8 @@ MAINLINE_MODULES = [
configModuleTypePrefix="art_prebuilt_", configModuleTypePrefix="art_prebuilt_",
), ),
MainlineModule( MainlineModule(
apex="com.android.bluetooth", apex="com.android.btservices",
sdks=["bluetooth-module-sdk"], sdks=["btservices-module-sdk"],
first_release=Tiramisu, first_release=Tiramisu,
# Bluetooth has always been and is still optional. # Bluetooth has always been and is still optional.
last_optional_release=LATEST, last_optional_release=LATEST,