move test artifact build rules into open source location
Bug: 29404304 Change-Id: I5553d275fe478fac0d6fe00a931a1c1f1e3bdd59
This commit is contained in:
parent
38f9a845ca
commit
8322be7252
1 changed files with 2 additions and 0 deletions
|
@ -2268,6 +2268,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
|
||||
|
|
Loading…
Reference in a new issue