From f153603cccbdef9821898759aee4d634f402acf3 Mon Sep 17 00:00:00 2001 From: Simran Basi Date: Mon, 20 Mar 2017 13:14:49 -0700 Subject: [PATCH] device-tests: As a dependency to tests This change will build device-tests whenever tests is built. Bug: 35386840 Test: None Change-Id: If587bf74bb66b7ce5552493c73368bb68b6d34af --- core/tasks/device-tests.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tasks/device-tests.mk b/core/tasks/device-tests.mk index 731937f2b7..cba83cb44d 100644 --- a/core/tasks/device-tests.mk +++ b/core/tasks/device-tests.mk @@ -25,3 +25,5 @@ $(device-tests-zip): $(COMPATIBILITY.device-tests.FILES) $(SOONG_ZIP) device-tests: $(device-tests-zip) $(call dist-for-goals, device-tests, $(device-tests-zip)) + +tests: device-tests