Fix the target for sdk finalization.

Using 'mainline_modules_sdks-userdebug' target for fetch the artifacts.

Bug: 256848771
Test: The code builds.
Change-Id: Ic6a171f43031c4da7f71a4cbf88812365efc4fef
This commit is contained in:
Gurpreet Singh
2022-11-02 14:05:19 +00:00
parent 7aa68307e4
commit 7903f55125

View File

@@ -21,7 +21,7 @@ COMPAT_README = Path('extensions/README.md')
# This build target is used when fetching from a train build (TXXXXXXXX)
BUILD_TARGET_TRAIN = 'train_build'
# This build target is used when fetching from a non-train build (XXXXXXXX)
BUILD_TARGET_CONTINUOUS = 'mainline_modules-user'
BUILD_TARGET_CONTINUOUS = 'mainline_modules_sdks-userdebug'
# The glob of sdk artifacts to fetch
ARTIFACT_PATTERN = 'mainline-sdks/for-latest-build/current/{module_name}/sdk/*.zip'
COMMIT_TEMPLATE = """Finalize artifacts for extension SDK %d