commit | c7712ee2908097492baecf5fda5e4651744ca746 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jun 26 10:16:51 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Jun 27 10:34:32 2024 -0700 |
tree | 115fbaaa35bc5c71176c6f30c04b89e0a86dc6b1 | |
parent | a8f0bb8df822711ce7ecae12e902e2f72131ef66 [diff] |
Support custom DTBO image for 16KB target Test: set BOARD_PREBUILT_DTBOIMAGE_16KB, and build Bug: 349590107 Change-Id: If27d5e349ad28f1f803625da7331c3277fe3ca5f
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.