OSDN Git Service

Add support for building specific modules with mmm using the following syntax:
authorAlon Albert <aalbert@google.com>
Wed, 30 Nov 2011 20:40:19 +0000 (12:40 -0800)
committerJoe Onorato <joeo@google.com>
Tue, 5 Jun 2012 22:57:03 +0000 (15:57 -0700)
commite79fbc3bcceba381383e0bc0acbbe3df49d5682a
treeb7087de4dcfdb623af570f8668ddbd6b2295cba2
parent3ccf7686757824e5e01944a369fc54baf76f95a4
Add support for building specific modules with mmm using the following syntax:
Build all modules:       mmm dir
Build a single module:   mmm dir:module
Build multiple modules:  mmm dir:module1,module2
Or in other words:

Change-Id: I2bb91205ed31fda0cb88d8e584bbae63044962a5
envsetup.sh