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 . $f
done done
fi fi
complete -C "bit --tab" bit
} }
function choosetype() function choosetype()

View File

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