Add bluetooth and uwb as optional modules am: 350760127f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/18839975

Change-Id: I2e8057b6b3fb8f66f597203a8be4b12fb23f2a55
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Paul Duffin
2022-06-13 15:30:16 +00:00
committed by Automerger Merge Worker

View File

@@ -776,6 +776,8 @@ MAINLINE_MODULES = [
apex="com.android.bluetooth",
sdks=["bluetooth-module-sdk"],
first_release=Tiramisu,
# Bluetooth has always been and is still optional.
last_optional_release=LATEST,
),
MainlineModule(
apex="com.android.conscrypt",
@@ -866,6 +868,8 @@ MAINLINE_MODULES = [
apex="com.android.uwb",
sdks=["uwb-module-sdk"],
first_release=Tiramisu,
# Uwb has always been and is still optional.
last_optional_release=LATEST,
),
MainlineModule(
apex="com.android.wifi",