commit | 23c41e8d99bcfc3fac75dfe331d787cf57d09ffe | [log] [tgz] |
---|---|---|
author | Chen Zhu <chenzhu@google.com> | Wed Jul 31 18:51:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 31 18:51:19 2019 -0700 |
tree | f3f525960543cbeba1e174f100ea38d37a551038 | |
parent | 9dc7ad724f0a158d67689b745cc067236e27502f [diff] | |
parent | d42cabc727f4f6fe32a78038953aadf1a125f962 [diff] |
Merge "Add Mainline Test Suite (MTS)." am: d42cabc727 Change-Id: I8d25b44d2da28767e069fef787ce589eef97913c
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.