summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Pitsch <gpitsch@google.com>2017-05-10 13:18:27 -0400
committerGeoffrey Pitsch <gpitsch@google.com>2017-05-10 13:18:27 -0400
commit51bdbad90aa4da2eb1e2281d29b22a2e7fd28b38 (patch)
tree8ea877b6bccc0bb352406c85183917b672aa1dc6
parentb61b618aed120875b36606d2471a0ef1499d7140 (diff)
Build TestablesTests as part of top-level make
Necessary for postsubmit to work. Test: make -j48 TestablesTests Change-Id: Ifaeed98681621cf6a4a9d580cd3e0096ad98bb67
-rw-r--r--tests/testables/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testables/Android.mk b/tests/testables/Android.mk
index 759bc3555fa1..0e36981e3716 100644
--- a/tests/testables/Android.mk
+++ b/tests/testables/Android.mk
@@ -31,3 +31,5 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_JAVA_LIBRARIES := android.test.runner
include $(BUILD_STATIC_JAVA_LIBRARY)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))