commit | d1ed63d2aaf45d5ad236763e04f37da1617885e3 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Thu May 09 05:06:47 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 09 05:06:47 2019 -0700 |
tree | 7e784e2b20d95d9709dfa6b8d46afd7aca0ea05e | |
parent | bcbb7f734a7cc46c735ddb79474e029fff34dbc2 [diff] | |
parent | f26bef86ec7fc224a3ea73dfeb137e91001897f5 [diff] |
Merge "Extend library absence check to Bionic libs and all ART debug libs." am: f26bef86ec Change-Id: Ia4fd7c2eda96b16401c88052067400e2259c6ddf
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.