OSDN Git Service

Implement 'mmap' command
authorMartin Brabham <optedoblivion@cyngn.com>
Fri, 5 Feb 2016 20:59:21 +0000 (15:59 -0500)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
Change-Id: I029da8a8421bea2b628b4025f9f2d6f749436c7b

envsetup.sh

index 7b56601..9ac43da 100644 (file)
@@ -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.
 - mmma:      Builds all of the modules in the supplied directories, and their dependencies.
+- mmap:      Builds all of the modules in the current directory, and its dependencies, then pushes the package to the device.
 - mmp:       Builds all of the modules in the current directory and pushes them to the device.
 - mmmp:      Builds all of the modules in the supplied directories and pushes them to the device.
 - mms:       Short circuit builder. Quickly re-build the kernel, rootfs, boot and system images
@@ -2417,6 +2418,7 @@ EOF
 
 alias mmp='dopush mm'
 alias mmmp='dopush mmm'
+alias mmap='dopush mma'
 alias mkap='dopush mka'
 alias cmkap='dopush cmka'