forked from openkylin/platform_build
include VTS packaging task files
Test: m -j vts
Change-Id: I8737412bf4e7b5c2db32325105e7c588949b959d
(cherry picked from commit 199a710f73
)
This commit is contained in:
parent
1a4a0a4539
commit
b74649d027
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue