commit | 049d535910a8e9c538c6c14c0a41cfa0990dc071 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Tue Jul 23 17:47:15 2019 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Tue Jul 23 19:54:53 2019 +0900 |
tree | f126eeff4220e465db3cbd33349b1bd490b4dfd8 | |
parent | 5f42d56a2444ece68053867f2bfb136e19d246b5 [diff] |
Add libraries txt file to build target Linkerconfig requires more libraries txt files to get library list related variable values. To make this available from runtime, those should be added as build target and included in system image. Bug: 137511540 Test: m -j && tested from cuttlefish Change-Id: I713c4419e4ed52e22561a5988f6c233ecce91c9d
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.