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

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

Issue 369673002: Use BUILD_NATIVE_TEST instead of BUILD_EXECUTABLE. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove LOCAL_MODULE_PATH; update tests. Created 6 years, 5 months 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
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 faac45d1ef8867db34b40a3cb796df680812783c..0affe474b59c065ee586588cd1656aa8479e9d5a 100644
--- a/platform_tools/android/tests/expectations/tool/Android.mk
+++ b/platform_tools/android/tests/expectations/tool/Android.mk
@@ -38,4 +38,4 @@ LOCAL_MODULE := \
local_module
include external/stlport/libstlport.mk
-include $(BUILD_EXECUTABLE)
+include $(BUILD_NATIVE_TEST)
« no previous file with comments | « platform_tools/android/gyp_gen/tool_makefile_writer.py ('k') | platform_tools/android/tests/makefile_writer_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698