mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Fix AVD tests
This commit is contained in:
@ -2,6 +2,10 @@ if [ -z $ANDROID_HOME ]; then
|
||||
export ANDROID_HOME=$ANDROID_SDK_ROOT
|
||||
fi
|
||||
|
||||
# Make sure paths are consistent
|
||||
export ANDROID_USER_HOME="$HOME/.android"
|
||||
export ANDROID_EMULATOR_HOME="$ANDROID_USER_HOME"
|
||||
export ANDROID_AVD_HOME="$ANDROID_EMULATOR_HOME/avd"
|
||||
export PATH="$PATH:$ANDROID_HOME/platform-tools"
|
||||
|
||||
emu="$ANDROID_HOME/emulator/emulator"
|
||||
|
Reference in New Issue
Block a user