commit | c06ecd9a99046b69d1e03024c99547438206ba7b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 03 20:57:27 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 03 20:57:27 2018 +0000 |
tree | 5db969afc8ffbb99e3b0ddc2907c9fa727595f04 | |
parent | 3b45c545ea672ef2c615c82e5097e9e6f2f8ee75 [diff] | |
parent | f9a1e6a72a86f1502f2730a2019bf46f56d1e650 [diff] |
Merge "Move jacoco before desugar" am: f9a1e6a72a Change-Id: I2b0117e0a3395341ef7a4e489bf90ed1d50124e9
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.