OSDN Git Service

move test artifact build rules into open source location
authorGuang Zhu <guangzhu@google.com>
Tue, 21 Jun 2016 05:03:24 +0000 (22:03 -0700)
committerGuang Zhu <guangzhu@google.com>
Tue, 21 Jun 2016 22:49:09 +0000 (15:49 -0700)
Bug: 29404304
Change-Id: I5553d275fe478fac0d6fe00a931a1c1f1e3bdd59
(cherry picked from commit 8322be725282d4ac64a65b44e2f6b0c681e35819)

core/Makefile

index 37bad8a..02bd4f7 100644 (file)
@@ -2267,6 +2267,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