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

Side by Side Diff: platform_tools/android/tests/expectations/Android.mk

Issue 229393002: Fixes to Android.mk generation for arm64. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 BASE_PATH := $(call my-dir) 8 BASE_PATH := $(call my-dir)
9 LOCAL_PATH:= $(call my-dir) 9 LOCAL_PATH:= $(call my-dir)
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 LOCAL_CFLAGS += -DANDROID_LARGE_MEMORY_DEVICE 42 LOCAL_CFLAGS += -DANDROID_LARGE_MEMORY_DEVICE
43 endif 43 endif
44 44
45 # used for testing 45 # used for testing
46 #LOCAL_CFLAGS += -g -O0 46 #LOCAL_CFLAGS += -g -O0
47 47
48 ifeq ($(NO_FALLBACK_FONT),true) 48 ifeq ($(NO_FALLBACK_FONT),true)
49 LOCAL_CFLAGS += -DNO_FALLBACK_FONT 49 LOCAL_CFLAGS += -DNO_FALLBACK_FONT
50 endif 50 endif
51 51
52 ifeq ($(TARGET_ARCH),arm64)
53 $(warning TODOArm64: Unlike arm32, arm64 has no inline assembly for performa nce critical code.)
54 endif
55
56 LOCAL_CFLAGS += \ 52 LOCAL_CFLAGS += \
57 local_cflags 53 local_cflags
58 54
59 LOCAL_CPPFLAGS := \ 55 LOCAL_CPPFLAGS := \
60 local_cppflags 56 local_cppflags
61 57
62 LOCAL_SRC_FILES := \ 58 LOCAL_SRC_FILES := \
63 local_src_files 59 local_src_files
64 60
65 LOCAL_SHARED_LIBRARIES := \ 61 LOCAL_SHARED_LIBRARIES := \
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 #include $(BASE_PATH)/bench/Android.mk 136 #include $(BASE_PATH)/bench/Android.mk
141 137
142 # golden-master (fidelity / regression test) 138 # golden-master (fidelity / regression test)
143 #include $(BASE_PATH)/gm/Android.mk 139 #include $(BASE_PATH)/gm/Android.mk
144 140
145 # unit-tests 141 # unit-tests
146 #include $(BASE_PATH)/tests/Android.mk 142 #include $(BASE_PATH)/tests/Android.mk
147 143
148 # pathOps unit-tests 144 # pathOps unit-tests
149 # TODO include those sources! 145 # TODO include those sources!
OLDNEW
« gyp/opts.gyp ('K') | « platform_tools/android/gyp_gen/makefile_writer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698