aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Cheng2018-12-03 03:01:27 -0600
committerKevin Cheng2019-01-11 13:00:29 -0600
commitf0497e4e51ef8228b726c87c984932cfd3029fc4 (patch)
tree23af34d03fe0b271789e8a9b2380896894e4e96a
parentbdf0ec03b67f044fa9f9d1a5ab488b0fe96445b5 (diff)
downloadplatform-build-f0497e4e51ef8228b726c87c984932cfd3029fc4.tar.gz
platform-build-f0497e4e51ef8228b726c87c984932cfd3029fc4.tar.xz
platform-build-f0497e4e51ef8228b726c87c984932cfd3029fc4.zip
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
-rw-r--r--envsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 62a64b605..c4c4972c5 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -1711,6 +1711,8 @@ function acloud()
1711 case $host_os_arch in 1711 case $host_os_arch in
1712 linux-x86) "$(gettop)"/prebuilts/asuite/acloud/linux-x86/acloud "$@" 1712 linux-x86) "$(gettop)"/prebuilts/asuite/acloud/linux-x86/acloud "$@"
1713 ;; 1713 ;;
1714 darwin-x86) "$(gettop)"/prebuilts/asuite/acloud/darwin-x86/acloud "$@"
1715 ;;
1714 *) 1716 *)
1715 echo "acloud is not supported on your host arch: $host_os_arch" 1717 echo "acloud is not supported on your host arch: $host_os_arch"
1716 ;; 1718 ;;