envsetup: Remove threads argument from mka
* "m" is multi-threaded by default. Change-Id: I5c9bb30dc49dafa31ba9fc70e617f477b6814b41
This commit is contained in:
committed by
Paul Keith
parent
0cedc88d0a
commit
145ffa4316
@@ -716,9 +716,7 @@ function lineagerebase() {
|
||||
cd $pwd
|
||||
}
|
||||
|
||||
function mka() {
|
||||
m -j "$@"
|
||||
}
|
||||
alias mka=m
|
||||
|
||||
function cmka() {
|
||||
if [ ! -z "$1" ]; then
|
||||
|
Reference in New Issue
Block a user