commit | 4d4b5802fd1e1cf1b858a00d884b5cfd65c4a04c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jun 02 17:21:30 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue Jun 07 17:49:46 2022 +0000 |
tree | 0418af24e33899b3183b3ddeff25fa388337ab4b | |
parent | 3eb3ca0c9bd42c844597e3a65a05bf11d24eabf1 [diff] |
finalize_branch_for_release.sh: avoid envsetup.sh Avoid envsetup.sh, which is configuring the environment in a way that breaks builds on the build servers. This exposes an issue with the AIDL freeze that was lost in the meantime. Bug: 234734342 Test: (run script, there is an audio failure) Change-Id: Ic2888fb316d295a06f465f33d3a6f348a65c30a5
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.