commit | f867471865e8151269eea717933a8819d5e0b353 | [log] [tgz] |
---|---|---|
author | Edward Liaw <edliaw@google.com> | Mon Aug 22 18:25:14 2022 +0000 |
committer | Edward Liaw <edliaw@google.com> | Wed Sep 14 22:59:11 2022 +0000 |
tree | f9438c78d6190e5204199092a1ea4de4bd8db9a8 | |
parent | eac1c8c616881b5cc7dda94949d0b8e91b52bff5 [diff] |
vts: split kselftests and ltp Split the location of ltp and kselftest files so that they are not uploaded together if running individually. Should improve the performance of kselftest. Bug: 190800715 Test: atest vts_ltp_test_x86_64 Test: atest vts_linux_kselftest_x86_64 Signed-off-by: Edward Liaw <edliaw@google.com> Change-Id: I121e6d5bab8edd185c8d73ad7849dff9e8b5f118
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.