From a2b0f685bb19c2e7cc4a7fd7733df6c91d276487 Mon Sep 17 00:00:00 2001 From: Andrey Belous Date: Wed, 11 Jun 2014 14:00:55 -0400 Subject: [PATCH] delete duplicate variable definition CALLED_FROM_SETUP and BUILD_SYSTEM set in get_build_var before make execution no need to set them before calling get_build_var function Change-Id: Ia79e11e5e3aa5c7fd337b989c16d50750b6c1442 Signed-off-by: Andrey Belous --- envsetup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 6c25ebe91e..5d67f790c5 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -58,7 +58,6 @@ function check_product() echo "Couldn't locate the top of the tree. Try setting TOP." >&2 return fi - CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ TARGET_PRODUCT=$1 \ TARGET_BUILD_VARIANT= \ TARGET_BUILD_TYPE= \