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:
parent
bdf0ec03b6
commit
f0497e4e51
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue