commit | c1ffd4c7a607cfbcbb0a6235c9d0bc34c3e5c01a | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue May 09 13:35:33 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue May 09 13:38:10 2023 -0700 |
tree | 84cba0989f91b85d35070f020c63dfcb0e464570 | |
parent | eea63fae85444367a1b2c5b4411228251ef5c27f [diff] |
Adding fastboot-info to target-files Added so img_from_target_files can read and add fastboot-info.txt to updatepackage Test: m target-files-package Bug: 194686221 Change-Id: Ia42d7174ef8a4119774057fa7c33f9a409e7ec30
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.