summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorMartin Brabham <optedoblivion@cyngn.com>2016-02-05 15:59:21 -0500
committerMartin Brabham <optedoblivion@cyngn.com>2016-02-11 11:55:15 -0800
commitb77db58cbdfb4cbff5e2bd321453835f29165f02 (patch)
tree1aee9cbb7fb12dedd78a955e2bce4112b86cb4f5 /envsetup.sh
parent620c1e59735a09828f2e326056a2a76474c0ac59 (diff)
downloadbuild-b77db58cbdfb4cbff5e2bd321453835f29165f02.zip
build-b77db58cbdfb4cbff5e2bd321453835f29165f02.tar.gz
build-b77db58cbdfb4cbff5e2bd321453835f29165f02.tar.bz2
Implement 'mmap' command
Change-Id: I029da8a8421bea2b628b4025f9f2d6f749436c7b
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 6bd6c61..c62a57f 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -11,6 +11,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
To limit the modules being built use the syntax: mmm dir/:target1,target2.
- mma: Builds all of the modules in the current directory, and their dependencies.
- mmp: Builds all of the modules in the current directory and pushes them to the device.
+- mmap: Builds all of the modules in the current directory, and its dependencies, then pushes the package to the device.
- mmmp: Builds all of the modules in the supplied directories and pushes them to the device.
- mmma: Builds all of the modules in the supplied directories, and their dependencies.
- mms: Short circuit builder. Quickly re-build the kernel, rootfs, boot and system images
@@ -2337,6 +2338,7 @@ EOF
alias mmp='dopush mm'
alias mmmp='dopush mmm'
+alias mmap='dopush mma'
alias mkap='dopush mka'
alias cmkap='dopush cmka'