Build test-runner/tests

Previous change e254526f0f inadvertently
removed the line to include the tests/Android.mk file.

Bug: 30188076
Test: make checkbuild
Change-Id: Ia0ba14a70d2232d464420265a7a5f9c4dde3661b
This commit is contained in:
Paul Duffin
2017-12-11 15:13:08 +00:00
parent 0b62766d27
commit 006b7a2b76

View File

@@ -116,3 +116,6 @@ update-android-test-runner-api: $(ANDROID_TEST_RUNNER_OUTPUT_API_FILE) | $(ACP)
$(hide) $(ACP) $(ANDROID_TEST_RUNNER_OUTPUT_REMOVED_API_FILE) $(ANDROID_TEST_RUNNER_REMOVED_API_FILE)
endif # not TARGET_BUILD_APPS not TARGET_BUILD_PDK=true
# additionally, build unit tests in a separate .apk
include $(call all-makefiles-under,$(LOCAL_PATH))