Skip to content

Commit

Permalink
accept emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Dec 22, 2023
1 parent c1e17a5 commit f438725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/logged-emulator-test
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools

yes | sdkmanager "system-images;android-30;aosp_atd;x86"

touch adb-log.txt
"$ANDROID_HOME/platform-tools/adb" logcat '*:D' >> adb-log.txt &
./gradlew -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect pixel2api30DebugAndroidTest --daemon

0 comments on commit f438725

Please sign in to comment.