commit | dafe563d957add680055d3f62e9c9481d6783c60 | [log] [tgz] |
---|---|---|
author | Junki Min <joonki.min@samsung.com> | Fri Nov 15 13:34:19 2024 +0900 |
committer | Junki Min <joonki.min@samsung.com> | Fri Nov 15 13:46:42 2024 +0900 |
tree | 2b27e42ae171de957ac80ebede8bbd468269c7b4 | |
parent | 27e9f567bec9686cd399720baa0509c5a033266f [diff] |
Add INSTALLED_DTBOIMAGE_TARGET to droidcore-unbundled dtbo.img omitted when BOARD_AVB_ENABLE is disabled. To copy dtbo.img to PRODUCT_OUT, INSTALLED_DTBOIMAGE_TARGET added to droidcore-unbundled. Test: Build w/ BOARD_AVB_ENABLE=true and false Bug: 379030670 Signed-off-by: Junki Min <joonki.min@samsung.com> Change-Id: Ie59d572ec5e5216cfc3b7ca7ff735a3ac0caab13
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.