From: Chirayu Desai Date: Tue, 19 Mar 2013 12:20:37 +0000 (+0530) Subject: envsetup: export ANDROID_BUILD_TOP earlier X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=be2715711fbfdf30a37482925f3e84ad0397a916;p=android-x86%2Fbuild.git envsetup: export ANDROID_BUILD_TOP earlier Change-Id: Ia3497f61f4e9aaeeb793cecd3b4f488f0a48181a --- diff --git a/envsetup.sh b/envsetup.sh index b75985dd1..da44a297c 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -305,7 +305,6 @@ function set_stuff_for_environment() setpaths set_sequence_number - export ANDROID_BUILD_TOP=$(gettop) # 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 ASAN_OPTIONS=detect_leaks=0 @@ -2421,3 +2420,5 @@ done unset f addcompletions + +export ANDROID_BUILD_TOP=$(gettop)