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

Commit 252f9821 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

am: 82f73db9

Change-Id: I09eb26e7ce7e75de6f05495b098dc285a1691f7e
parents f2cc65ba 82f73db9
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"
        ;;