commit | 95b0913070f128ba0589f105bf36c938ed01df97 | [log] [tgz] |
---|---|---|
author | Chen Zhu <chenzhu@google.com> | Thu May 23 14:27:42 2019 -0700 |
committer | Chen Zhu <chenzhu@google.com> | Wed Jul 31 21:31:10 2019 +0000 |
tree | 2e08abbe79fc70cdfda3dc7972813b371d57575f | |
parent | 04bc250d88328b3ebb9a54ab5b50722108dedfc1 [diff] |
Add Mainline Test Suite (MTS). Test: m mts && mts-tradefed run mts Bug:123411735 Bug:126277867 Merged-In: Iba6bf89bd4457ed0f5c1eb3351bf5ffd6720441d Change-Id: I889ace72980619884cb35359b9a18d7b2053fed8
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.