From 746f40236b9261b49d19fe380a8e622bde824624 Mon Sep 17 00:00:00 2001 From: Ari Hausman-Cohen Date: Mon, 29 Feb 2016 13:08:49 -0800 Subject: [PATCH] Adding a brillo_tests task. Places whitelisted brillo tests and the whitelist itself in a zip when run. BUG: 27385399 Change-Id: I93c2ea8cc521292a6de811bb47bc87a727edd21f TEST: manual make dist brillo_tests, confirmed desired files were in zip. --- core/ninja.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ninja.mk b/core/ninja.mk index 2878514e64..df3596593f 100644 --- a/core/ninja.mk +++ b/core/ninja.mk @@ -27,6 +27,7 @@ PARSE_TIME_MAKE_GOALS := \ ECLIPSE-% \ PRODUCT-% \ boottarball-nodeps \ + brillo_tests \ btnod \ build-art% \ build_kernel-nodeps \