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

Unified Diff: platform_tools/android/gyp_gen/tool_makefile_writer.py

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 | « no previous file | platform_tools/android/tests/expectations/tool/Android.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp_gen/tool_makefile_writer.py
diff --git a/platform_tools/android/gyp_gen/tool_makefile_writer.py b/platform_tools/android/gyp_gen/tool_makefile_writer.py
index 451b2010ef8634b447d82e996ccd3295d6d56c43..0bf7e129e346f5f9f20f9752ce7f6b91acd10386 100644
--- a/platform_tools/android/gyp_gen/tool_makefile_writer.py
+++ b/platform_tools/android/gyp_gen/tool_makefile_writer.py
@@ -31,6 +31,9 @@ def write_tool_android_mk(target_dir, var_dict):
makefile_writer.write_local_vars(f, var_dict, False, None)
+ makefile_writer.write_group(f, 'LOCAL_PICKUP_FILES',
+ ['$(LOCAL_PATH)/../resources'], False)
+
makefile_writer.write_include_stlport(f)
f.write('include $(BUILD_NATIVE_TEST)\n')
« no previous file with comments | « no previous file | platform_tools/android/tests/expectations/tool/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698