am e624fd28
: Merge "Put prebuilt emulator path after host output"
* commit 'e624fd281a74b42828a1902dfff11503f95fe28d': Put prebuilt emulator path after host output
This commit is contained in:
@@ -186,7 +186,7 @@ function setpaths()
|
||||
;;
|
||||
esac
|
||||
if [ -n "$ANDROID_EMULATOR_PREBUILTS" -a -d "$ANDROID_EMULATOR_PREBUILTS" ]; then
|
||||
ANDROID_BUILD_PATHS=$ANDROID_EMULATOR_PREBUILTS:$ANDROID_BUILD_PATHS
|
||||
ANDROID_BUILD_PATHS=$ANDROID_BUILD_PATHS:$ANDROID_EMULATOR_PREBUILTS
|
||||
export ANDROID_EMULATOR_PREBUILTS
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user