From a4ce62e131f0ca3d2966c25ce0b0decbf8132ff3 Mon Sep 17 00:00:00 2001 From: Filip Date: Mon, 3 Oct 2022 20:47:48 +0000 Subject: [PATCH] Add automotive-tests package to the WmPerfTests Bug: 243184490 Test: manual Change-Id: I7363db5ab215e6ee9a453a83d3c3b6f46e236dfd --- apct-tests/perftests/windowmanager/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apct-tests/perftests/windowmanager/Android.bp b/apct-tests/perftests/windowmanager/Android.bp index 365824eb6d001..903cf8ca955ac 100644 --- a/apct-tests/perftests/windowmanager/Android.bp +++ b/apct-tests/perftests/windowmanager/Android.bp @@ -31,7 +31,10 @@ android_test { "collector-device-lib", "platform-test-annotations", ], - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "automotive-tests", + ], data: [":perfetto_artifacts"], platform_apis: true, certificate: "platform",