From e431c26b09e6ff4ea1b5e55fd9bbd9e07d14d4ef Mon Sep 17 00:00:00 2001 From: Yike Date: Mon, 29 Aug 2022 13:31:14 +0800 Subject: Use `PushFilePreparer` to push files in PreloadCheck This change modifies the test config file by switching to use `PushFilePreparer` instead of `FilePusher`, since the `FilePusher` class which is defined in `compatibility-tradefed` is designed for the tests that are part of compatibility suite, but PreloadCheck is not. Bug: 220991354 Test: atest PreloadCheck Change-Id: Id25a16d6339b0ec8b5b61f1799c842f5ebd143ba --- tools/preload-check/AndroidTest.xml | 2 +- tools/preload-check/OWNERS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tools/preload-check/OWNERS (limited to 'tools') diff --git a/tools/preload-check/AndroidTest.xml b/tools/preload-check/AndroidTest.xml index a0645d5b1051..d486f0f914c6 100644 --- a/tools/preload-check/AndroidTest.xml +++ b/tools/preload-check/AndroidTest.xml @@ -14,7 +14,7 @@ limitations under the License. --> - + diff --git a/tools/preload-check/OWNERS b/tools/preload-check/OWNERS new file mode 100644 index 000000000000..e71c7332ca90 --- /dev/null +++ b/tools/preload-check/OWNERS @@ -0,0 +1 @@ +include /ZYGOTE_OWNERS -- cgit v1.2.3-59-g8ed1b