aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-06-22 13:18:40 -0700
committerWilliam Escande <wescande@google.com>2022-06-22 21:53:22 +0000
commit358806ae4c12d5ff042840b3c83c4edd6804bee3 (patch)
tree412554866c4737f34a5cdd8a3fe979fa9710f49e
parentf52cc6b3b76070a4a813dfabf7b46ad5ec3eca37 (diff)
downloadcommon-358806ae4c12d5ff042840b3c83c4edd6804bee3.tar.gz
Change Bluetooth apex mountpointandroid13-dev
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
-rwxr-xr-xbuild/mainline_modules_sdks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/mainline_modules_sdks.py b/build/mainline_modules_sdks.py
index 2f4daa6f..d9c97ee1 100755
--- a/build/mainline_modules_sdks.py
+++ b/build/mainline_modules_sdks.py
@@ -768,8 +768,8 @@ MAINLINE_MODULES = [
configModuleTypePrefix="art_prebuilt_",
),
MainlineModule(
- apex="com.android.bluetooth",
- sdks=["bluetooth-module-sdk"],
+ apex="com.android.btservices",
+ sdks=["btservices-module-sdk"],
first_release=Tiramisu,
# Bluetooth has always been and is still optional.
last_optional_release=LATEST,