commit | e5aeeb9769ccd295dc338efdefabf12a00171807 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Tue Nov 22 14:39:41 2022 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Tue Nov 22 16:43:00 2022 +0000 |
tree | bbb7287926c3362bdaa11d5e50a95437f2fa4d82 | |
parent | 092073607de80221dcdd5aaa21611973160e6f6b [diff] |
Script for CI build target on *-finalization-1 branches. Revert the previous script changes, run the finalization, and then the build. Useful to cross check the broken branch - do we just need to re-run the script, or is there a bigger problem. Bug: 243966946 Test: run locally Change-Id: I44d6a5f5f523001ae70e5b82315ffbad82a1233d
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.