commit | f9c4bd3f3e1ea934712eac3fe36463b388681642 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Wed Jul 05 12:20:57 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Wed Jul 05 12:20:57 2023 -0700 |
tree | c65141e6057d1030a0e124f14518ac70646f11c1 | |
parent | e86aa7b965030475892f58fdcf0598c24c552629 [diff] |
Moving vendor_boot out of BOARD_AVB_ENABLE block vendor_boot is unrelated to this conditional. Moving it out so that this instruction will be added on devices which don't have this set Test: lunch db845c-userdebug, m fastboot_info Change-Id: I34ad24d4f32d727f0f82749ed13c3de08566e880
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.