commit | f153603cccbdef9821898759aee4d634f402acf3 | [log] [tgz] |
---|---|---|
author | Simran Basi <sbasi@google.com> | Mon Mar 20 13:14:49 2017 -0700 |
committer | Simran Basi <sbasi@google.com> | Mon Mar 20 13:14:49 2017 -0700 |
tree | e4c87528914f6718084fe95b213d1982b679a8ed | |
parent | 8311d46c86d82a590327456b0630a8bb7db55f84 [diff] |
device-tests: As a dependency to tests This change will build device-tests whenever tests is built. Bug: 35386840 Test: None Change-Id: If587bf74bb66b7ce5552493c73368bb68b6d34af
diff --git a/core/tasks/device-tests.mk b/core/tasks/device-tests.mk index 731937f..cba83cb 100644 --- a/core/tasks/device-tests.mk +++ b/core/tasks/device-tests.mk
@@ -25,3 +25,5 @@ device-tests: $(device-tests-zip) $(call dist-for-goals, device-tests, $(device-tests-zip)) + +tests: device-tests