commit | 3549659a1c1dd35caf11e8e617a8abd3ba734833 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Apr 19 00:57:45 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue Apr 19 23:47:08 2022 +0000 |
tree | ae6c912318cec7d3d80553922baf0858cf212758 | |
parent | 9bc50689c9efd5ef7b501ef272126114505298f4 [diff] |
Start script to finalize branch release. To put in CI. At the end of every Android release, we need to do 100,000 things to get the release ready. The process to finalize the release for AIDL interfaces is automated now, so we're adding a generic script. The goal is: 1. gradually add more pieces of the finalization process which can be automated (VNDK, SDK, etc...) 2. when problems happen, we can fix them in real time in CI 3. once the entire release process is in CI, we can optimize it, and we can require that new requirements on the Android release process come with a script to satisfy them. Until then, this script will be used to test the automated parts of the release process in CI. Bug: 190577319 Bug: 228979367 Test: ./build/make/finalize_branch_for_release.sh (in the T release branch) Change-Id: Ie9ff42dd4c6e86d395bde3f14788029e5bde5fb2
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.