envsetup: Remove threads argument from mka
* "m" is multi-threaded by default. Change-Id: I5c9bb30dc49dafa31ba9fc70e617f477b6814b41
This commit is contained in:
parent
0cedc88d0a
commit
145ffa4316
1 changed files with 1 additions and 3 deletions
|
@ -716,9 +716,7 @@ function lineagerebase() {
|
|||
cd $pwd
|
||||
}
|
||||
|
||||
function mka() {
|
||||
m -j "$@"
|
||||
}
|
||||
alias mka=m
|
||||
|
||||
function cmka() {
|
||||
if [ ! -z "$1" ]; then
|
||||
|
|
Loading…
Reference in a new issue