Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82f73db9 authored by Kevin Cheng's avatar Kevin Cheng Committed by android-build-merger
Browse files

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

am: fa77f1be

Change-Id: I599321589869a4e2a0250b8d8e381b4ab3de5fcd
parents 2db20392 fa77f1be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"
        ;;