mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 05:11:56 +00:00
Specify ADB_SERIAL for emulator
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
set -xe
|
||||
. scripts/test_common.sh
|
||||
|
||||
emu_args_base="-no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -read-only -no-snapshot -cores $core_count"
|
||||
emu_port=5682
|
||||
export ANDROID_SERIAL="emulator-$emu_port"
|
||||
|
||||
emu_args_base="-no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -read-only -no-snapshot -port $emu_port -cores $core_count"
|
||||
emu_pid=
|
||||
|
||||
atd_min_api=30
|
||||
|
||||
Reference in New Issue
Block a user