diff options
Diffstat (limited to 'envsetup.sh')
-rw-r--r-- | envsetup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh index ab43ada1f6..1ef9a54803 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1134,8 +1134,9 @@ function run_tool_with_logging() { --tool_tag "${tool_tag}" \ --start_timestamp "${start_time}" \ --end_timestamp "$(date +%s.%N)" \ - --tool_args \""${@}"\" \ + --tool_args "$*" \ --exit_code "${exit_code}" \ + ${ANDROID_TOOL_LOGGER_EXTRA_ARGS} \ > /dev/null 2>&1 & exit ${exit_code} ' SIGINT SIGTERM SIGQUIT EXIT |