commit | f57333f7fcefb9f4b5f1a628ab57da86f30efa28 | [log] [tgz] |
---|---|---|
author | Lucas Wei <lucaswei@google.com> | Thu Feb 24 10:30:15 2022 +0800 |
committer | Lucas Wei <lucaswei@google.com> | Wed Mar 16 23:13:19 2022 +0800 |
tree | b1d588ba96f8a384f8d62b4edeb54ba2bc15b7eb | |
parent | 9fee6befad7020a96bf64cbff77e458648bf6bbe [diff] |
Make build support vendor_kernel_boot image Add vendor_kernel_boot image for vendors whose bootloader support extra first stage booting kernel modules ramdisks. This benefit kernel repo to build kernel-artifacts only image without Andorid artifacts dependency. Bug: 214409109 Signed-off-by: Lucas Wei <lucaswei@google.com> Change-Id: If07218b86a7751b3d452a172610af960f5f9ec74
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.