commit | 54612e3db617e48550a8f26031e7485a782721eb | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Tue Nov 19 21:33:10 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Tue Nov 19 21:53:25 2024 +0000 |
tree | cb7abedad487e7c7de39c4424799a347741d7edd | |
parent | 2527aad98070242419323bc2dd33ac0615b627b5 [diff] |
Export correct boot image related variable to Soong Correct name of the variable is BOARD_INIT_BOOT_IMAGE_PARTITION_SIZE, instead of BOARD_INIT_BOOTIMAGE_PARTITION_SIZE. Test: m nothing Bug: 377563630 Change-Id: I160a9f6314df415ca79ed32062aadbe9a64e7f93
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.