From 3f4f2cc80449bac5660de347c40d746e3e26f00c Mon Sep 17 00:00:00 2001
From: Julien Desprez <jdesprez@google.com>
Date: Tue, 21 May 2024 17:53:40 +0000
Subject: [PATCH] Mark tests part of the device-tests platinum set

This will allow to build them more effectively.
This has no impact on the test execution itself.

Change-Id: I22183f1f2176e929eb0ab82f9f7eaa20ccb770c8
Test: presubmit
Bug: 341947105
---
 tests/FlickerTests/Rotation/Android.bp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/FlickerTests/Rotation/Android.bp b/tests/FlickerTests/Rotation/Android.bp
index 233a27691e21..6a0d9efa91e8 100644
--- a/tests/FlickerTests/Rotation/Android.bp
+++ b/tests/FlickerTests/Rotation/Android.bp
@@ -28,6 +28,10 @@ android_test {
     defaults: ["FlickerTestsDefault"],
     manifest: "AndroidManifest.xml",
     test_config_template: "AndroidTestTemplate.xml",
+    test_suites: [
+        "device-tests",
+        "device-platinum-tests",
+    ],
     srcs: ["src/**/*"],
     static_libs: ["FlickerTestsBase"],
     data: ["trace_config/*"],
-- 
GitLab