commit | ca989663e95edc3bceb5c82760af13205b1f01b8 | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Wed Dec 06 03:40:36 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 06 03:40:36 2017 +0000 |
tree | 2c70502150b0d7ed6510f502bd8e3beb21944459 | |
parent | e262a65a1ded9c2eb4a14e2e865f908012a4012e [diff] | |
parent | 18e945fb6eea478e1fe6070c5047f85457b02f8a [diff] |
Merge "Remove path prefix within VNDK snapshot zip" am: 18e945fb6e Change-Id: I01b1f989c1e056e7aa5ad664d82cbb65658d4eeb
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.