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

Commit 1225a1e1 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."...

Merge "Update acloud alias to support mac via workaround in go/acloud-mac." am: fa77f1be am: 82f73db9
am: 252f9821

Change-Id: I4a11e29bd0171d3329ae06357cdcbdc4499f1f03
parents 5f0b754c 252f9821
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"
        ;;