commit | 050d180eeffebe6d8ec2137cdb6ac781d66ce23f | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 02 11:50:27 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 02 11:50:27 2020 +0000 |
tree | e776867ca191d10e70e83092561dbadffb8ec91b | |
parent | 204cf0092cb9a37cef6131bcb0b4b278f84616d2 [diff] | |
parent | ca95cdec5688cec1f6ea3b9b1225f587b5f16ebc [diff] |
Merge "Add api xml files for new api surfaces" into rvc-dev am: 3d22657e15 am: ca95cdec56 Change-Id: I31180e941260b8c2de069b9b35dddacaec8866ba
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.