commit | a1a730e697bcd56e93466186495fe3e0b2222424 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Feb 28 09:18:20 2025 +0000 |
committer | Spandan Das <spandandas@google.com> | Fri Feb 28 09:18:20 2025 +0000 |
tree | db81b919e8513173790f46ca8cc67b28212e95f6 | |
parent | 716152694492607c44ef349d1f0abaa65797bbae [diff] |
Export TARGET_BOARD_FASTBOOT_INFO_FILE to soong If set, this will be copied to target_file.zip as fastboot-info.txt Test: presbumits Bug: 399788523 Change-Id: I9279aafef10c5d97126b045fc8fdfbd0564e60c0
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.