Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 006b7a2b authored by Paul Duffin's avatar Paul Duffin
Browse files

Build test-runner/tests

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

Bug: 30188076
Test: make checkbuild
Change-Id: Ia0ba14a70d2232d464420265a7a5f9c4dde3661b
parent 0b62766d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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))