commit | d7c866cd45167b64113de9ac83fa4bac82689c96 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Dec 09 14:55:51 2019 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Mon Dec 09 14:59:15 2019 +0900 |
tree | 8dc6114de84e702363dc1cf5bba1c66629c382b7 | |
parent | 04175fa5fca7c045663858494f4fe08672879d7b [diff] |
Add linkerconfig to recovery Add linkerconfig to recovery so it can be executed to generate ld.config.txt in recovery mode Bug: 139638519 Test: Tested from crosshatch recovery Change-Id: I8dd2a8833332c8e583632700d1ba46d9a3b1fc94
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.