Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1482)

Unified Diff: platform_tools/android/tests/expectations/tool/Android.mk

Issue 704393002: Add LOCAL_PICKUP_FILES to dm and bench makefiles. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Simpler approach. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/android/gyp_gen/tool_makefile_writer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/tests/expectations/tool/Android.mk
diff --git a/platform_tools/android/tests/expectations/tool/Android.mk b/platform_tools/android/tests/expectations/tool/Android.mk
index 0affe474b59c065ee586588cd1656aa8479e9d5a..ea990e9133c952ab0ce9eb469dad32f9e32046cd 100644
--- a/platform_tools/android/tests/expectations/tool/Android.mk
+++ b/platform_tools/android/tests/expectations/tool/Android.mk
@@ -37,5 +37,8 @@ LOCAL_MODULE_TAGS := \
LOCAL_MODULE := \
local_module
+LOCAL_PICKUP_FILES := \
+ $(LOCAL_PATH)/../resources
+
include external/stlport/libstlport.mk
include $(BUILD_NATIVE_TEST)
« no previous file with comments | « platform_tools/android/gyp_gen/tool_makefile_writer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698