Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a859d5a authored by Ying Wang's avatar Ying Wang
Browse files

Remove nonexistent $ANDROID_QTOOLS from $PATH.

Bug: 15983070
Change-Id: Id3807a6dabd616ae06aafc2b894c1858e4400e26
parent 7634e413
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -168,9 +168,8 @@ function setpaths()
            ;;
    esac

    export ANDROID_QTOOLS=$T/development/emulator/qtools
    export ANDROID_DEV_SCRIPTS=$T/development/scripts:$T/prebuilts/devtools/tools
    export ANDROID_BUILD_PATHS=$(get_build_var ANDROID_BUILD_PATHS):$ANDROID_QTOOLS:$ANDROID_TOOLCHAIN:$ANDROID_TOOLCHAIN_2ND_ARCH:$ANDROID_KERNEL_TOOLCHAIN_PATH$ANDROID_DEV_SCRIPTS:
    export ANDROID_BUILD_PATHS=$(get_build_var ANDROID_BUILD_PATHS):$ANDROID_TOOLCHAIN:$ANDROID_TOOLCHAIN_2ND_ARCH:$ANDROID_KERNEL_TOOLCHAIN_PATH$ANDROID_DEV_SCRIPTS:

    # If prebuilts/android-emulator/<system>/ exists, prepend it to our PATH
    # to ensure that the corresponding 'emulator' binaries are used.