commit | 035fdee0ef4b3586efb4062771739c4943a0ce4b | [log] [tgz] |
---|---|---|
author | Lucas Wei <lucaswei@google.com> | Thu Apr 21 04:48:40 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 21 04:48:40 2022 +0000 |
tree | c6d908907163881286a4c8c5dea18ecdc3d9b293 | |
parent | 63ff2c20f718fdda356b6db749f7cb55dc3c4188 [diff] | |
parent | b8b3c0d0ab89d89675e7bcd2411133c2f2eab157 [diff] |
Merge "vendor_kernel_boot: Update releasetools for vendor_kernel_boot" am: 2d5ecef1b3 am: bd66e32393 am: b8b3c0d0ab Original change: https://android-review.googlesource.com/c/platform/build/+/2064760 Change-Id: Ibcf742f858c37141ab59cbd2d9c589ae15cf6ada Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.