commit | 4c62151f8e70b35f4927b65877a0c1d177afb921 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Thu May 02 07:36:18 2019 -0700 |
committer | Martin Stjernholm <mast@google.com> | Fri May 10 16:14:29 2019 +0000 |
tree | 6e2ad9885df4b2cae75b813a479b284b5b1ad676 | |
parent | 4a901c6d41378029ff42f9d1644da7515b65ee8c [diff] |
Add libs that have been resolved to the library absence check. (cherry picked from commit 7a2dde8bd523abac77e0c19eaca727ae8e17e967) Test: m systemimage Test: build_test on Forrest Bug: 132289438 Merged-In: I9e517d3c2344b39cf2743a34723572e646675677 Change-Id: Id39a947c1522cf3a226ff1a4430c57bf7d861141
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.