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

Unverified Commit 7a9a4961 authored by Chirayu Desai's avatar Chirayu Desai Committed by Michael Bestas
Browse files

envsetup: export ANDROID_BUILD_TOP earlier

Change-Id: Ia3497f61f4e9aaeeb793cecd3b4f488f0a48181a
parent 24304ab8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -411,8 +411,6 @@ function set_stuff_for_environment()
{
    set_lunch_paths
    set_sequence_number

    export ANDROID_BUILD_TOP=$(gettop)
}

function set_sequence_number()
@@ -2085,3 +2083,4 @@ set_global_paths
source_vendorsetup
addcompletions

export ANDROID_BUILD_TOP=$(gettop)