commit | 55af5065dc6cfd569549d2caac5bccfbbcd2d14b | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Jun 09 10:44:44 2021 -0700 |
committer | Devin Moore <devinmoore@google.com> | Wed Jun 09 13:19:13 2021 -0700 |
tree | 2b4a399e6aa3209e238e0b2adaf0d6030b711004 | |
parent | d3c78b8cde5b094d75fe7d8890f8dc65f13deb61 [diff] |
Add vendor-bootconfig.img to target-files-package INTERNAL_VENDOR_BOOTCONFIG_TARGET is a required dependency of target-files-package so it can be built from a clean build. Test: rm -rf out/target/product && m target-files-package Bug: 190329824 Change-Id: I9873aee3c9fb303d2ad245b5433d13eb76ab55f9
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.