commit | d0244b395a583804137cd1fe2bff4f86d66b396b | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Nov 17 14:51:12 2011 -0800 |
committer | Ying Wang <wangying@google.com> | Mon Oct 01 10:18:40 2012 -0700 |
tree | 0040c35897c8c2ba8522c2601e66aabeb78f7d52 | |
parent | 72ce769beae22c012d92240d5e18afe7f7cffee4 [diff] |
Remove build variant "tests" Bug: 5368571 Now we have a phony target "tests" instead. The target can be built in any other build variant (eg userdebug). For example, "make PRODUCT-full-userdebug tests dist" will build and put the *-test-* zip file in the dist dir. The "tests" target will include all modules tagged as "tests" in addition to other modules in specific target out directories. Change-Id: I8383097380d8e6846c3e2107d6dd5f68788cfc39