Skip to content

Commit

Permalink
cm: build: envsetup: Add mmmap command
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zwliew committed Dec 10, 2016
1 parent afc9ad2 commit 64fc5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 64fc5ae

Please sign in to comment.