aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-23 23:25:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-23 23:25:25 +0000
commit1537f7dcaeaf501a7ac13e46e311bed4a4ae23da (patch)
tree412554866c4737f34a5cdd8a3fe979fa9710f49e
parent9ddc76be6879bd62c59fe27bdc3fdc81a2a88c11 (diff)
parent358806ae4c12d5ff042840b3c83c4edd6804bee3 (diff)
downloadcommon-android13-release.tar.gz
Change-Id: I379ea5b4aa804277993e8d9988811ccfe99f6ba1
-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,