59c61acf64
Build from text stub feature was initially implemented to improve build performance and may be unstable for api finalization, as the stubs generated from api signature files miss some methods, which may cause backward compatibility issues. Therefore, this change disables building from text stub for api finalization. Test: build/tools/finalization/finalize-aidl-vndk-sdk-resources.sh and inspect generated ninja file to verify that the stubs are generated from source Java files. Bug: 310279899 Change-Id: I9d374e973788bc97514815f64eeb949a94a97647 |
||
---|---|---|
.. | ||
build-step-1-and-2.sh | ||
build-step-1-and-m.sh | ||
build-step-1.sh | ||
build_soong_java_droidstubs.go.apply_hack.diff | ||
build_soong_java_droidstubs.go.revert_hack.diff | ||
cleanup.sh | ||
environment.sh | ||
finalize-aidl-vndk-sdk-resources.sh | ||
finalize-sdk-rel.sh | ||
frameworks_base.apply_hack.diff | ||
frameworks_base.apply_resource_sdk_int.diff | ||
frameworks_base.revert_hack.diff | ||
frameworks_base.revert_resource_sdk_int.diff | ||
localonly-steps.sh | ||
OWNERS | ||
README.md | ||
step-1.sh | ||
step-2.sh | ||
update-step-1.sh | ||
update-step-2.sh |
Finalization tools
This folder contains automation and CI scripts for finalizing Android before release.
Automation:
- Environment setup. Set values for varios finalization constants.
- Finalize SDK. Prepare the branch for SDK release. SDK contains Android Java APIs and other stable APIs. Commonly referred as a 1st step.
- Finalize Android. Mark branch as "REL", i.e. prepares for Android release. Any signed build containing these changes will be considered an official Android Release. Referred as a 2nd finalization step.
- Finalize SDK and submit. Do Finalize SDK step, create CLs, organize them into topic and send to Gerrit. a. Update SDK and submit. Same as above, but updates the existings CLs.
- Finalize Android and submit. Do Finalize Android step, create CLs, organize them into topic and send to Gerrit. a. Update Android and submit. Same as above, but updates the existings CLs.
CI:
Performed in build targets in Finalization branches.
- Finalization Step 1 for Main, git_main-fina-1-release. Test 1st step/Finalize SDK.
- Finalization Step 1 for UDC, git_udc-fina-1-release. Same but for udc-dev.
- Finalization Step 2 for Main, git_main-fina-2-release. Test 1st step/Finalize SDK and 2nd step/Finalize Android. Use local finalization to build and copy presubmits.
- Finalization Step 2 for UDC, git_udc-fina-2-release. Same but for udc-dev.
- Local finalization steps are done only during local testing or in the CI lab. Normally these steps use artifacts from other builds.
Utility:
Full cleanup. Remove all local changes and switch each project into head-less state. This is the best state to sync/rebase/finalize the branch.