commit | 6311b83cc26657400ca8284a89eda033c996d68b | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Thu May 09 05:18:24 2019 -0700 |
committer | Martin Stjernholm <mast@google.com> | Fri May 10 16:14:58 2019 +0000 |
tree | f963aa86d211626c40e5aa9d63ce715008eed5d9 | |
parent | e954e3e47da8ff2228de358e70f8bbc7bb0dd00c [diff] |
Extend library absence check to Bionic libs and all ART debug libs. (cherry picked from commit c2e0205927980efab6a080cadd7451ccfdd4062a) Test: m systemimage Test: build_test on Forrest Bug: 132289438 Merged-In: I1a25d8d45668638b7eb0d39ded9cad3ed30db33c Change-Id: I5b89aa33d35022fdca7f19c98f1bae51c173a876
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.