Loading envsetup.sh +3 −3 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ function get_abs_build_var() return return fi fi (\cd $T; CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ (\cd $T; CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-abs-$1) make --no-print-directory -f build/core/config.mk dumpvar-abs-$1) } } # Get the exact value of a build variable. # Get the exact value of a build variable. Loading @@ -45,8 +45,8 @@ function get_build_var() echo "Couldn't locate the top of the tree. Try setting TOP." >&2 echo "Couldn't locate the top of the tree. Try setting TOP." >&2 return return fi fi CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ (\cd $T; CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-$1 make --no-print-directory -f build/core/config.mk dumpvar-$1) } } # check to see if the supplied product is one we can build # check to see if the supplied product is one we can build Loading Loading
envsetup.sh +3 −3 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ function get_abs_build_var() return return fi fi (\cd $T; CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ (\cd $T; CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-abs-$1) make --no-print-directory -f build/core/config.mk dumpvar-abs-$1) } } # Get the exact value of a build variable. # Get the exact value of a build variable. Loading @@ -45,8 +45,8 @@ function get_build_var() echo "Couldn't locate the top of the tree. Try setting TOP." >&2 echo "Couldn't locate the top of the tree. Try setting TOP." >&2 return return fi fi CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ (\cd $T; CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \ make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-$1 make --no-print-directory -f build/core/config.mk dumpvar-$1) } } # check to see if the supplied product is one we can build # check to see if the supplied product is one we can build Loading