commit | da05576410cb4dd395fc93a838e6a00dd11da0d3 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Oct 28 22:53:24 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Oct 31 21:09:47 2024 +0000 |
tree | 84b020b2b9c87b807251cba8fe061b13a40d5139 | |
parent | a6beca550652b4de980ce8949cbedb33ffce05b9 [diff] |
Export PRODUCT_PRODUCT_LINKER_CONFIG_FRAGMENTS to soong This will be used to create linker.config.pb file in the autogenerated product `android_filesystem`. Test: verified that linker.config.pb is present in the autogenerated soong product.img filelist Bug: 376515221 Change-Id: I7f7404aac6533e797b0c46a80bddbd9ce9f0b6ae
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.