Skip to content

Commit 24d30cc

Browse files
committed
Proper setup of GMD devices (no atd <30)
1 parent 36fe9a8 commit 24d30cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@ android {
121121
systemImageSource = "aosp"
122122
abi = "x86"
123123
}
124-
pixel2api27atd(com.android.build.api.dsl.ManagedVirtualDevice) {
124+
pixel2api27(com.android.build.api.dsl.ManagedVirtualDevice) {
125125
device = "Pixel 2"
126126
apiLevel = 27
127-
systemImageSource = "aosp-atd"
127+
systemImageSource = "aosp"
128128
abi = "x86"
129129
}
130-
nexus9api29atd(com.android.build.api.dsl.ManagedVirtualDevice) {
130+
nexus9api29(com.android.build.api.dsl.ManagedVirtualDevice) {
131131
device = "Nexus 9"
132132
apiLevel = 29
133-
systemImageSource = "aosp-atd"
133+
systemImageSource = "aosp"
134134
abi = "x86"
135135
}
136136
}

0 commit comments

Comments
 (0)