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

Commit 0a7f3d70 authored by Chirayu Desai's avatar Chirayu Desai Committed by Michael Bestas
Browse files

envsetup: export ANDROID_BUILD_TOP earlier

Change-Id: Ia3497f61f4e9aaeeb793cecd3b4f488f0a48181a
parent 38186523
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -334,7 +334,6 @@ function set_stuff_for_environment()
    setpaths
    setpaths
    set_sequence_number
    set_sequence_number


    export ANDROID_BUILD_TOP=$(gettop)
    # With this environment variable new GCC can apply colors to warnings/errors
    # With this environment variable new GCC can apply colors to warnings/errors
    export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
    export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
}
}
@@ -1602,3 +1601,5 @@ function source_vendorsetup() {
validate_current_shell
validate_current_shell
source_vendorsetup
source_vendorsetup
addcompletions
addcompletions

export ANDROID_BUILD_TOP=$(gettop)