commit | 63d6d966533493e8a9c4f9682442ee35b343136f | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Fri Oct 18 18:24:55 2019 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Fri Dec 20 18:30:07 2019 +0900 |
tree | 957a58772597d4bbe682c4415c6c2ab13973b6f3 | |
parent | 8029967a99618b32cc3cf425e862d15716f3f2a8 [diff] |
Do not build ld.config.txt Remove ld.config.txt from build target as it will be replaced with generated linker config. Bug: 139638519 Test: m -j passed Change-Id: Idc3742df74f27d71d7f65bd7f0f518b31ca7970c
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.