Build TestablesTests as part of top-level make

Necessary for postsubmit to work.

Test: make -j48 TestablesTests
Change-Id: Ifaeed98681621cf6a4a9d580cd3e0096ad98bb67
This commit is contained in:
Geoffrey Pitsch
2017-05-10 13:18:27 -04:00
parent b61b618aed
commit 51bdbad90a

View File

@@ -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))