envsetup: Remove threads argument from mka

* "m" is multi-threaded by default.

Change-Id: I5c9bb30dc49dafa31ba9fc70e617f477b6814b41
This commit is contained in:
Alexander Koskovich 2022-03-21 07:54:20 -07:00 committed by Paul Keith
parent 0cedc88d0a
commit 145ffa4316

View file

@ -716,9 +716,7 @@ function lineagerebase() {
cd $pwd
}
function mka() {
m -j "$@"
}
alias mka=m
function cmka() {
if [ ! -z "$1" ]; then