diff --git a/envsetup.sh b/envsetup.sh index b3944f2522..1d0b1e92a9 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -59,7 +59,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= \