Merge "Update acloud alias to support mac via workaround in go/acloud-mac."

This commit is contained in:
Treehugger Robot 2019-01-12 05:16:35 +00:00 committed by Gerrit Code Review
commit fa77f1be7a
1 changed files with 2 additions and 0 deletions

View File

@ -1711,6 +1711,8 @@ function acloud()
case $host_os_arch in
linux-x86) "$(gettop)"/prebuilts/asuite/acloud/linux-x86/acloud "$@"
;;
darwin-x86) "$(gettop)"/prebuilts/asuite/acloud/darwin-x86/acloud "$@"
;;
*)
echo "acloud is not supported on your host arch: $host_os_arch"
;;