Add Tiramisu build release

Bug: 204763318
Test: atest mainline_modules_sdks_test
      packages/modules/common/build/mainline_modules_sdks.sh
      tree out/dist/mainline-sdks out/dist/stubs
      - check that it adds the for-Tiramisu-build directory but is
        otherwise identical to what was produced before this change.
      - check that the for-Tiramisu-build directory contains zip
        files that include the new in T annotations property.
Change-Id: I4bd8c1350101d84644a7a63f2632634b8c9a488b
This commit is contained in:
Paul Duffin
2022-02-18 14:20:29 +00:00
parent 0274253f14
commit 654d81ef49

View File

@@ -374,6 +374,11 @@ S = BuildRelease(
# Generate a snapshot for S using Soong. # Generate a snapshot for S using Soong.
creator=create_sdk_snapshots_in_Soong, creator=create_sdk_snapshots_in_Soong,
) )
Tiramisu = BuildRelease(
name="Tiramisu",
# Generate a snapshot for Tiramisu using Soong.
creator=create_sdk_snapshots_in_Soong,
)
# Insert additional BuildRelease definitions for following releases here, # Insert additional BuildRelease definitions for following releases here,
# before LATEST. # before LATEST.