aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-23 23:24:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-23 23:24:49 +0000
commit3cb42a787f32ec7de1c163730604d0cc5c995352 (patch)
tree412554866c4737f34a5cdd8a3fe979fa9710f49e
parent59b60ec443b465892b4b336e3ad897ed4b0ed973 (diff)
parenta67f171eca66b055d3ef3f05e3d17e16b7f26e7b (diff)
downloadcommon-android13-d1-s3-release.tar.gz
Change-Id: Ia4a497fffc28274f24a89dd03cc43b6a00b6609d
-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,