Merge "Add bit helper utility"

This commit is contained in:
Joe Onorato 2016-10-21 17:55:42 +00:00 committed by Android (Google) Code Review
commit c257831705
2 changed files with 3 additions and 0 deletions

View File

@ -329,6 +329,8 @@ function addcompletions()
. $f
done
fi
complete -C "bit --tab" bit
}
function choosetype()

View File

@ -27,6 +27,7 @@ PRODUCT_PACKAGES += \
app_process \
applypatch \
audioserver \
bit \
blkid \
bmgr \
bugreport \