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

Commit 5137db03 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Add avbtool alias"

parents 364cfb2e 45844ab3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2045,6 +2045,13 @@ function showcommands() {
    fi
}

function avbtool() {
    if [[ ! -f "$ANDROID_SOONG_HOST_OUT"/bin/avbtool ]]; then
        m avbtool
    fi
    "$ANDROID_SOONG_HOST_OUT"/bin/avbtool $@
}

validate_current_shell
source_vendorsetup
addcompletions