commit | a8cbda67051e03a7a3ed602260591b1505050c69 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Tue May 15 20:40:45 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 15 20:40:45 2018 -0700 |
tree | dfbdaa6dd11b24e42e405b6e9811902593965d2d | |
parent | 699e28bea1a95a6fe720e5170d3d46bb97993cbb [diff] | |
parent | d01ca77391279cb8eb90dab45424a53c0461d54b [diff] |
[automerger skipped] Merge "Remove tasks/apicheck.mk" am: 90f94965ab am: d01ca77391 -s ours Change-Id: I5e2fbce069871bacd6eb2727354a8cb77112d0d5
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.