commit | 4e143cdc8571ee008fb43d493bee18d44c076f61 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Feb 18 13:38:38 2020 -0800 |
committer | Dan Shi <dshi@google.com> | Tue Feb 18 13:38:38 2020 -0800 |
tree | a9671143ceb874d23d1c13678841bb245afc173c | |
parent | c6a34608d0d454422dd6dd8691af4a395ff8a980 [diff] |
Change vts-core package to generic *ts package rule The current package logic is based on general-tests and device-tests, which have special rules to package test artifacts in a diffrent way. vts-core suite should follow the generic *ts package rule. Bug: 149249068 Test: m -j vts-core && vts-core-tradefed run some vts-core test Change-Id: Ib6ab7eb0fb4b8c898a0b3617d10be04dc98c2daa
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.