diff options
author | 2024-04-19 10:06:58 +0000 | |
---|---|---|
committer | 2024-04-19 10:06:58 +0000 | |
commit | 53980709410dc1599d0cb8fe3495363af2fa03d9 (patch) | |
tree | a03534dff3f2d445fcd37af21cc1c1612b7e1015 | |
parent | 7321f6e5c5e29daba6bbbccb6e01d7a7dab3d561 (diff) | |
parent | cdb07595a1a2e41e747c75cccb551c9efb8216f8 (diff) |
Merge "Change build-release target for building module sdks" into main
-rwxr-xr-x | tools/finalization/localonly-steps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/finalization/localonly-steps.sh b/tools/finalization/localonly-steps.sh index 4084450af6..94ee36836d 100755 --- a/tools/finalization/localonly-steps.sh +++ b/tools/finalization/localonly-steps.sh @@ -18,7 +18,7 @@ function finalize_locally() { $top/build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=sdk TARGET_RELEASE=fina_1 TARGET_BUILD_VARIANT=userdebug sdk dist sdk_repo DIST_DIR=out/dist # Build Modules SDKs. - TARGET_RELEASE=fina_1 TARGET_BUILD_VARIANT=userdebug UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true DIST_DIR=out/dist "$top/vendor/google/build/mainline_modules_sdks.sh" --build-release=latest + TARGET_RELEASE=fina_1 TARGET_BUILD_VARIANT=userdebug UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true DIST_DIR=out/dist "$top/vendor/google/build/mainline_modules_sdks.sh" --build-release=next # Update prebuilts. "$top/prebuilts/build-tools/path/linux-x86/python3" -W ignore::DeprecationWarning "$top/prebuilts/sdk/update_prebuilts.py" --local_mode -f ${FINAL_PLATFORM_SDK_VERSION} -e ${FINAL_MAINLINE_EXTENSION} --bug 1 1 |