cm: build: envsetup: Add mmmap command
It doesn't make sense to have: 1. mm and mmp 2. mma and mmap 3. mmm and mmmp 4. mmma BUT NO mmmap Add the mmmap command for consistency. Change-Id: I8cb1041113e6d56a0ac1d34898b07615da22b459
This commit is contained in:
parent
afc9ad24ec
commit
64fc5aeb49
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ EOF
|
|||
alias mmp='dopush mm'
|
||||
alias mmmp='dopush mmm'
|
||||
alias mmap='dopush mma'
|
||||
alias mmmap='dopush mmma'
|
||||
alias mkap='dopush mka'
|
||||
alias cmkap='dopush cmka'
|
||||
|
||||
|
|
Loading…
Reference in a new issue