commit | d0a2283d4be76747b1385ae9884ab75b5158f301 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Thu May 09 05:12:58 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 09 05:12:58 2019 -0700 |
tree | 34fad147ddbe9372583c5fc11bfb8412a2c3649a | |
parent | f7abecb00db8762a2c600b97c96d4364637bb2ca [diff] | |
parent | d1ed63d2aaf45d5ad236763e04f37da1617885e3 [diff] |
Merge "Extend library absence check to Bionic libs and all ART debug libs." am: f26bef86ec am: d1ed63d2aa Change-Id: I2ce6bebc7b0486c822cfb0e8549a2c6b1f8637d6
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.