| commit | 51bdbad90aa4da2eb1e2281d29b22a2e7fd28b38 | [log] [tgz] |
|---|---|---|
| author | Geoffrey Pitsch <gpitsch@google.com> | Wed May 10 13:18:27 2017 -0400 |
| committer | Geoffrey Pitsch <gpitsch@google.com> | Wed May 10 13:18:27 2017 -0400 |
| tree | 8ea877b6bccc0bb352406c85183917b672aa1dc6 | |
| parent | b61b618aed120875b36606d2471a0ef1499d7140 [diff] [blame] |
Build TestablesTests as part of top-level make Necessary for postsubmit to work. Test: make -j48 TestablesTests Change-Id: Ifaeed98681621cf6a4a9d580cd3e0096ad98bb67
diff --git a/tests/testables/Android.mk b/tests/testables/Android.mk index 759bc35..0e36981 100644 --- a/tests/testables/Android.mk +++ b/tests/testables/Android.mk
@@ -31,3 +31,5 @@ LOCAL_JAVA_LIBRARIES := android.test.runner include $(BUILD_STATIC_JAVA_LIBRARY) + +include $(call all-makefiles-under,$(LOCAL_PATH))