Bluetooth was not released as a mainline module in Tiramisu

Bug: 240406019
Test: m nothing
Change-Id: I0b3efdcc7665b5d2d18e313db086a87bd7c7eb48
This commit is contained in:
Paul Duffin
2022-09-12 16:20:24 +00:00
parent 340aca970a
commit 69c064b1c2

View File

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