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

Bug: 113557161
Test: acloud on mac, (m acloud and running prebuilt)
Change-Id: Iee6abb6751e8b265dfffdf9c425f073443db2531
This commit is contained in:
Kevin Cheng 2018-12-03 01:01:27 -08:00
parent bdf0ec03b6
commit f0497e4e51
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"
;;