From 03fe89593aef84ae89945e8c5eec24ce1a8e0528 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Wed, 28 Jan 2026 01:19:08 +0700 Subject: [PATCH] build: Retire pixel6Api33 device configuration Signed-off-by: Pun Butrach --- baseline-profile/build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/baseline-profile/build.gradle b/baseline-profile/build.gradle index f0f9de372b..1e505ae42b 100644 --- a/baseline-profile/build.gradle +++ b/baseline-profile/build.gradle @@ -27,18 +27,13 @@ android { apiLevel = 36 systemImageSource = "google" } - create("pixel6Api33") { - device = "Pixel 6" - apiLevel = 33 - systemImageSource = "google" - } } } // This is the configuration block for the Baseline Profile plugin. // You can specify to run the generators on a managed devices or connected devices. baselineProfile { - managedDevices += ["pixel6Api33", "pixel7Api36"] + managedDevices += ["pixel7Api36"] useConnectedDevices = false }