forked from openkylin/platform_build
Merge "Update acloud alias to support mac via workaround in go/acloud-mac."
am: fa77f1be7a
Change-Id: I599321589869a4e2a0250b8d8e381b4ab3de5fcd
This commit is contained in:
commit
82f73db968
|
@ -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