From b74649d027a66a50e1813e9325ae48e65bd3bf5c Mon Sep 17 00:00:00 2001 From: Keun Soo Yim Date: Wed, 31 Aug 2016 09:20:51 -0700 Subject: [PATCH] include VTS packaging task files Test: m -j vts Change-Id: I8737412bf4e7b5c2db32325105e7c588949b959d (cherry picked from commit 199a710f73d9522b599ff75b8dc8ea54e7fcf6e0) --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 39999aa7d..143f060c3 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2471,6 +2471,7 @@ include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk)) -include $(sort $(wildcard product/*/*/build/tasks/*.mk)) # Also add test specifc tasks include $(sort $(wildcard platform_testing/build/tasks/*.mk)) +include $(sort $(wildcard test/vts/tools/build/tasks/*.mk)) endif include $(BUILD_SYSTEM)/product-graph.mk