Skip to content

Commit de8a43d

Browse files
committed
Use the emulator by default in the configuration
1 parent 6e74dcb commit de8a43d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,6 @@ fun writeDefaultConfig(file: File) {
137137
properties.setProperty("wdcli", wdcliPath)
138138
properties.setProperty("wdcli-symbolic", wdcliSymbolicPath)
139139
properties.setProperty("concolic", "true")
140+
properties.setProperty("useEmulator", "true")
140141
properties.store(file.writer(), null)
141142
}

0 commit comments

Comments
 (0)