commit | 6f9ce5a7b3b967d3a9bdd652ae4e49097c6ede28 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Nov 11 21:26:21 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Mon Nov 11 21:26:21 2024 +0000 |
tree | def9acf4412c16abc320f9111bba2d9eec1a84e2 | |
parent | 2e0d7911e5e81a692ec251c10b321ae93442db65 [diff] |
Rename linkerconfig to linker_config This makes it consistent with its inner props `gen_linker_config` and `linker_config_srcs` Test: m nothing --no-skip-soong-tests Change-Id: I52512b8523c37457a9e6a8212a1d53ed6fe27688
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.