commit | 304e7fd117f7a549b61a0ce159ba20d8afc4430f | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Jan 02 19:31:19 2025 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Jan 02 19:31:19 2025 +0000 |
tree | 6e9a9ab9148420910e766e465967d1979f77157a | |
parent | 53fbd94d34efe49751b3f663802182209c583859 [diff] |
Export BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE to Soong The variable is used for add_hash_footer command for vendor boot partition image generation. Test: diff soong and make generated vendor boot images Bug: 379945468 Change-Id: I9fd5916e4c072e208322b1346a510fc24820cc37
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.