commit | 4ff580d320a5bb0690bc65fb1bebb8e54534455c | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Fri May 10 11:24:23 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 10 11:24:23 2019 -0700 |
tree | a39019b7c38eb14829b6c8d8479310b9fae49a82 | |
parent | a631430c4678b58c131ffbb60e8639d52bf87f7b [diff] | |
parent | 6311b83cc26657400ca8284a89eda033c996d68b [diff] |
[automerger skipped] Extend library absence check to Bionic libs and all ART debug libs. am: 6311b83cc2 -s ours am skip reason: change_id I1a25d8d45668638b7eb0d39ded9cad3ed30db33c with SHA1 e115e3cf07 is in history Change-Id: I5e1953f934b4429628ecf6d1bc3bff643e100a88
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.