move test artifact build rules into open source location

am: 8322be7252

Change-Id: Icd0d1a2410a8da58810c6a4d050b4d92d96ce558
This commit is contained in:
Guang Zhu 2016-06-21 17:47:26 +00:00 committed by android-build-merger
commit 1a866dc217
1 changed files with 2 additions and 0 deletions

View File

@ -2286,6 +2286,8 @@ include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include $(sort $(wildcard vendor/*/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/*/build/tasks/*.mk))
-include $(sort $(wildcard product/*/*/build/tasks/*.mk))
# Also add test specifc tasks
include $(sort $(wildcard platform_testing/build/tasks/*.mk))
endif
include $(BUILD_SYSTEM)/product-graph.mk