From 13f9816e14980233cbd6ca5e7a0fa3c1e179e54d Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 24 Jul 2018 14:58:05 -0700 Subject: tests: Create res-testdata for testdata pickup. It doesn't change the functionality of the test, but allows easier conversion to Soong. Test: Run recovery_component_test on marlin. Change-Id: Ic7419dc86c6b220531ae44e49ab4657394a5d7fa --- tests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Android.mk') diff --git a/tests/Android.mk b/tests/Android.mk index 3d3e63e7e..ef64d76ab 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -208,7 +208,7 @@ LOCAL_STATIC_LIBRARIES := \ LOCAL_TEST_DATA := \ $(call find-test-data-in-subdirs, $(LOCAL_PATH), "*", testdata) \ - $(call find-test-data-in-subdirs, bootable/recovery, "*_text.png", res-*) + $(call find-test-data-in-subdirs, $(LOCAL_PATH), "*_text.png", res-testdata) include $(BUILD_NATIVE_TEST) # Host tests -- cgit v1.2.3