commit | 5137db0333e12dcc3f0cdc9d21cb7537a21d7ad4 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Aug 31 00:31:15 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 31 00:31:15 2022 +0000 |
tree | 30b7d2c079906afde2d77d9802374fb994137e45 | |
parent | 364cfb2eafea1d7ce28b36eb65d536a25ad5a7e7 [diff] | |
parent | 45844ab338c02240c22d9427aa78ee4eb2771d0f [diff] |
Merge "Add avbtool alias"
diff --git a/envsetup.sh b/envsetup.sh index 550dca8..3f5ce33 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -2045,6 +2045,13 @@ 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