commit | 9398fb641586ee07b36d345a79a6dca8d3cd4103 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Sat Dec 16 01:27:15 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Dec 16 01:27:15 2017 +0000 |
tree | 14fc5ff4fd8ce872d23ebeb5dff9d07eb781567c | |
parent | 52bf71b5c80df7a5b4053da248dd91ec05b1ff25 [diff] | |
parent | 9b661597f66bdbdccb894d9eea9bd0accae866b6 [diff] |
Merge "Remove support for pre-r13 NDKs." am: 9d3270bd52 am: 28cc8a9c83 am: 9b661597f6 Change-Id: I69d0978c49049bca2c8464f4d91be5bd1dd6121e
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.