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)
committerAlon Albert <aalbert@google.com>
Wed, 30 Nov 2011 20:40:19 +0000 (12:40 -0800)
commit68895a96999f651b9f5020e13197250a57a91eaa
tree655b7edfe1a32b062108a87f18cdf7d6990167e8
parentb50bd7f0097e9b45a8265d418288abae8adbd78c
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: If32770c19f03a4d460f32046a3dd06656e33ee11
envsetup.sh