forked from openkylin/platform_build
Merge "Add bit helper utility"
This commit is contained in:
commit
c257831705
|
@ -329,6 +329,8 @@ function addcompletions()
|
|||
. $f
|
||||
done
|
||||
fi
|
||||
|
||||
complete -C "bit --tab" bit
|
||||
}
|
||||
|
||||
function choosetype()
|
||||
|
|
|
@ -27,6 +27,7 @@ PRODUCT_PACKAGES += \
|
|||
app_process \
|
||||
applypatch \
|
||||
audioserver \
|
||||
bit \
|
||||
blkid \
|
||||
bmgr \
|
||||
bugreport \
|
||||
|
|
Loading…
Reference in New Issue