From dca09aa056490ed25d96111eee419c29da5c1e77 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Tue, 25 Jun 2024 02:58:28 +0000 Subject: [PATCH] Tag CopyEfsTest as device-pixel-tests This will allow to run the tests out of the pixel tests set rather than the super large device-tests set. Which will save build resources. Flag: TEST_ONLY Change-Id: I7d902662dff05dfdc88808c5647793ff5bde6107 Test: presubmit Bug: 342232954 --- CopyEfsTest/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CopyEfsTest/Android.bp b/CopyEfsTest/Android.bp index 52c5de4e..9b7a4592 100644 --- a/CopyEfsTest/Android.bp +++ b/CopyEfsTest/Android.bp @@ -30,6 +30,9 @@ java_test_host { "compatibility-host-util", "compatibility-tradefed", ], - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "device-pixel-tests" + ], test_config: "AndroidTest.xml", }