Finalization bugfixes.
- keep previous platform versions in platform_releases.txt, - fix for the build version test, - after discussion with Yuri, keep non-REL resource sdk_int the same. Bug: 323940469 Test: local run Ignore-AOSP-First: release configs present in internal repo only Change-Id: I6637e109191480ded615ef35c9185d927ddaec40
This commit is contained in:
@@ -19,8 +19,6 @@ function finalize_step_2_main() {
|
||||
local top="$(dirname "$0")"/../../../..
|
||||
source $top/build/make/tools/finalization/environment.sh
|
||||
|
||||
local m="$top/build/soong/soong_ui.bash --make-mode TARGET_RELEASE=next TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug"
|
||||
|
||||
# prebuilts etc
|
||||
source $top/build/make/tools/finalization/finalize-sdk-rel.sh
|
||||
|
||||
@@ -28,7 +26,11 @@ function finalize_step_2_main() {
|
||||
commit_step_2_changes
|
||||
|
||||
# build to confirm everything is OK
|
||||
AIDL_FROZEN_REL=true $m
|
||||
local m_next="$top/build/soong/soong_ui.bash --make-mode TARGET_RELEASE=next TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug"
|
||||
AIDL_FROZEN_REL=true $m_next
|
||||
|
||||
local m_fina="$top/build/soong/soong_ui.bash --make-mode TARGET_RELEASE=fina_2 TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug"
|
||||
AIDL_FROZEN_REL=true $m_fina
|
||||
}
|
||||
|
||||
finalize_step_2_main
|
||||
|
Reference in New Issue
Block a user