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

Side by Side 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 unified diff | Download patch
OLDNEW
1 1
2 ############################################################################### 2 ###############################################################################
3 # 3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5 # 5 #
6 ############################################################################### 6 ###############################################################################
7 7
8 LOCAL_PATH:= $(call my-dir) 8 LOCAL_PATH:= $(call my-dir)
9 include $(CLEAR_VARS) 9 include $(CLEAR_VARS)
10 LOCAL_CFLAGS += \ 10 LOCAL_CFLAGS += \
(...skipping 20 matching lines...) Expand all
31 LOCAL_CFLAGS += \ 31 LOCAL_CFLAGS += \
32 -Ddefines 32 -Ddefines
33 33
34 LOCAL_MODULE_TAGS := \ 34 LOCAL_MODULE_TAGS := \
35 local_module_tags 35 local_module_tags
36 36
37 LOCAL_MODULE := \ 37 LOCAL_MODULE := \
38 local_module 38 local_module
39 39
40 include external/stlport/libstlport.mk 40 include external/stlport/libstlport.mk
41 include $(BUILD_EXECUTABLE) 41 include $(BUILD_NATIVE_TEST)
OLDNEW
« 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