OSDN Git Service

Target "tests" now only builds the modules tagged as "tests"
authorYing Wang <wangying@google.com>
Wed, 7 May 2014 23:39:21 +0000 (16:39 -0700)
committerYing Wang <wangying@google.com>
Thu, 8 May 2014 21:52:39 +0000 (14:52 -0700)
commit571fee8985746659c4d39ef613d659e6124c66af
treef6fd1213ffead17df2b516c413a1bc12917b1b6c
parentcd882627448dd0a9a084efd28017d745b946d7cd
Target "tests" now only builds the modules tagged as "tests"

But not install them.
This prevents "make tests" polluting system.img or userdata.img.
We have new mechanism to build and package up modules into zip file in
build/core/tasks/tools.
Change package-modules.mk to install DATA/ instead of data/ in the
zip file; Better handle of module name conflicting.

Bug: 13585955
Change-Id: I7586a8c7995b984c9ead0ba2fa84dd5d2dd20bd1
core/Makefile
core/main.mk
core/tasks/tools/package-modules.mk