commit | e7b71a18a4af7d3ec3cbbca1706e21c263428f83 | [log] [tgz] |
---|---|---|
author | nelsonli <nelsonli@google.com> | Wed Aug 14 09:47:21 2019 +0800 |
committer | nelsonli <nelsonli@google.com> | Wed Aug 14 09:47:21 2019 +0800 |
tree | 9dabf822090b328eb30b5568804874a95bd35103 | |
parent | f51a70b009b3557b173e804f0da377f2aa5417c9 [diff] |
VTS: Add vts-core to the dependency of tests Bug: 137921421 Test: (1) m tests (2) check vts-core-tests.zip For migrating most existing VTS test to executable by Base TradeFed, we have to create vts-core suite and test all of the modules in vts-core first. And add the packaging rules for vts-core suite. Bug: 137921421 Change-Id: Ifc92db205c78db98abf704aa6dfa50f1f77e983d
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.