|
|
@ -26,7 +26,7 @@ import java.util.Locale
|
|
|
|
* Configure project for Gradle managed devices
|
|
|
|
* Configure project for Gradle managed devices
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
internal fun configureGradleManagedDevices(
|
|
|
|
internal fun configureGradleManagedDevices(
|
|
|
|
commonExtension: CommonExtension<*, *, *, *>,
|
|
|
|
commonExtension: CommonExtension<*, *, *, *, *>,
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
val deviceConfigs = listOf(
|
|
|
|
val deviceConfigs = listOf(
|
|
|
|
DeviceConfig("Pixel 4", 30, "aosp-atd"),
|
|
|
|
DeviceConfig("Pixel 4", 30, "aosp-atd"),
|
|
|
|