| commit | ce14fbeed638584898e3d0bf2a9bc6970dc6a54a | [log] [tgz] |
|---|---|---|
| author | Devin Moore <devinmoore@google.com> | Wed Apr 30 22:14:29 2025 +0000 |
| committer | Devin Moore <devinmoore@google.com> | Wed Apr 30 22:14:29 2025 +0000 |
| tree | afbcbf3fab3520c0b732f3fca61d1519ed97301e | |
| parent | b29b15250d1d8fbacbee10f47acdc4d818563005 [diff] |
Add BOARD_INIT_BOOT_IMAGE_PAGESIZE This allows partners to configure the pagesize flag to mkbootimg while creating the init_boot.img. The pagesize flag is only used for the padding of the image itself which is managed in the bootloader. Flag: EXEMPT bug fix Test: m # with this defined in cuttlefish Bug: 411213637 Change-Id: I48da7722c68e3bf3af9ab5af9cff19a11b0820eb
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.