Loading envsetup.sh +6 −1 Original line number Diff line number Diff line Loading @@ -1886,6 +1886,11 @@ function _trigger_build() >&2 echo "Couldn't locate the top of the tree. Try setting TOP." return 1 fi local ret=$? if [[ ret -eq 0 && -z "${ANDROID_QUIET_BUILD:-}" && -n "${ANDROID_BUILD_BANNER}" ]]; then echo "${ANDROID_BUILD_BANNER}" fi return $ret ) function m() Loading Loading
envsetup.sh +6 −1 Original line number Diff line number Diff line Loading @@ -1886,6 +1886,11 @@ function _trigger_build() >&2 echo "Couldn't locate the top of the tree. Try setting TOP." return 1 fi local ret=$? if [[ ret -eq 0 && -z "${ANDROID_QUIET_BUILD:-}" && -n "${ANDROID_BUILD_BANNER}" ]]; then echo "${ANDROID_BUILD_BANNER}" fi return $ret ) function m() Loading