commit | 8a3e361ea47fb81b2709bca8583c9d9a966e02e3 | [log] [tgz] |
---|---|---|
author | Ashok Mutyala <quic_amutyala@quicinc.com> | Tue Jul 11 11:34:29 2023 +0000 |
committer | Ashok Mutyala <quic_amutyala@quicinc.com> | Fri May 24 14:09:28 2024 +0000 |
tree | 526a67af718f33e05f5c7920073aabd32ffb371d | |
parent | 4caa319d368bfc008ee6294d677911648e39dc31 [diff] |
Add fs_config support for vendor_boot Test: 1) add META/vendor_boot_filesystem_config.txt to merge_config_other_item_list 2)Building vendor_boot image from target_files Change-Id: Ia983d1119e30c46a6730566c567f13e25a65b0ff
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.