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