commit | 92189ed9b621b4520aa6f2aaab639fbc90b439b7 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Jan 16 17:14:14 2023 +0000 |
committer | Martin Stjernholm <mast@google.com> | Tue Feb 14 18:42:47 2023 +0000 |
tree | 8d0760dd252c78e04bc2ac7108dc698c61b0ba98 | |
parent | aa055f064ec687f09f5b8d832240efb1de224b59 [diff] |
Add system property for the new boot-after-mainline-update compilation reason. Cherry-picked from internal. Test: Boot Bug: 265685704 Change-Id: I11d8d6eac1ea0e9537a839ee39adf3edb51852ec Merged-In: I11d8d6eac1ea0e9537a839ee39adf3edb51852ec
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.