commit | 5e06288e7c0550a632bb38648e8c6829d07a4b79 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Feb 18 14:59:22 2020 -0800 |
committer | Dan Shi <dshi@google.com> | Wed Feb 19 10:44:24 2020 -0800 |
tree | 92df712f634c0dc7c73747af33bafc4f29ee881d | |
parent | 4e143cdc8571ee008fb43d493bee18d44c076f61 [diff] |
Add vts related artifacts to vts-core package Bug: 149249068 Test: m -j vts-core vts-core-tradefed run singleCommand vts-core -m VtsKernelLtp Change-Id: I7fc25f83985bdf7bb34b29f7b28510ef0ade8e4b
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.