Merge "Unset BUILD_NUMBER in build_test.bash"

am: 08c3085998

Change-Id: I807043df12cdf7eb0072a3191cb62eaa0f251f70
This commit is contained in:
Dan Willemsen
2018-10-16 15:16:43 -07:00
committed by android-build-merger

View File

@@ -27,6 +27,10 @@
# that's detected in the Go code, which skips calculating the startup time. # that's detected in the Go code, which skips calculating the startup time.
export TRACE_BEGIN_SOONG=$(date +%s%N) export TRACE_BEGIN_SOONG=$(date +%s%N)
# Remove BUILD_NUMBER so that incremental builds on build servers don't
# re-read makefiles every time.
unset BUILD_NUMBER
export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd) export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
cd "${TOP}" cd "${TOP}"
source "${TOP}/build/soong/scripts/microfactory.bash" source "${TOP}/build/soong/scripts/microfactory.bash"