Add Pixel C API 30 emulator to CI

Change-Id: If386c899496433d4e179111c0230905b36db7c50
pull/559/head
Alex Vanyo 2 years ago
parent 0d23e64848
commit ded79e617e

@ -12,7 +12,7 @@ jobs:
runs-on: macos-12
strategy:
matrix:
device-config: [ "pixel4api30aospatd" ]
device-config: [ "pixel4api30aospatd", "pixelcapi30aospatd" ]
steps:
- uses: actions/setup-java@v3

@ -30,7 +30,8 @@ internal fun configureGradleManagedDevices(
) {
val deviceConfigs = listOf(
DeviceConfig("Pixel 4", 30, "aosp-atd"),
DeviceConfig("Pixel 6", 31, "aosp")
DeviceConfig("Pixel 6", 31, "aosp"),
DeviceConfig("Pixel C", 30, "aosp-atd"),
)
commonExtension.testOptions {

Loading…
Cancel
Save