Ensure that btservices module SDK snapshot is built for UDC

Bug: 259958590
Test: UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true TARGET_BUILD_APPS=com.google.android.btservices vendor/google/build/mainline_modules_sdks.sh --build-release=UpsideDownCake
Ignore-AOSP-First: UpsideDownCake is not yet in AOSP
Change-Id: I751b1270275189e7dcba0016edc92c27df83d1bd
This commit is contained in:
Paul Duffin
2023-03-16 14:16:07 +00:00
parent 49eaf789d9
commit e7ab23f61b

View File

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