commit | 3eea481e22ffb36a9cb1af658650f5c39ed8f86d | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Nov 21 00:42:49 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Nov 21 00:42:49 2024 +0000 |
tree | 5d30d011b8bdd1b5843e3cdf0952537de86cb3b4 | |
parent | 38b8018b0683df2e71f9eed09982ee368b5e7576 [diff] |
Export BOARD_INCLUDE_DTB_IN_BOOTIMG to Soong Test: CI Bug: 379945468 Change-Id: I7c066170243055df9f9eefc5ab337dadc3701883
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.