commit | 5b54cae3a113f03caf9e20e394bae7a6f7395047 | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Wed Oct 19 22:15:40 2022 +0530 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | 328d953e04f5d24ed2c1c133013486b07b35cd4d | |
parent | 3b6c8e1e7fde934da86d790788a66a1212086e35 [diff] |
Add vendor_kernel_boot files to target-files-package * This is a required dependency of target-files-package so that it can be built from a clean build. Test: rm -rf out/target/product && m target-files-package Change-Id: I89e60f47e3e2cd6029a92b1aca505acd9cf4645b
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.