re2.target.linux-arm.mk revision 0de6073388f4e2780db8536178b129cd8f6ab386
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := third_party_re2_re2_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
10gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
11gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
12
13# Make sure our deps are built first.
14GYP_TARGET_DEPENDENCIES :=
15
16GYP_GENERATED_OUTPUTS :=
17
18# Make sure our deps and generated files are built first.
19LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
20
21LOCAL_CPP_EXTENSION := .cc
22LOCAL_GENERATED_SOURCES :=
23
24GYP_COPIED_SOURCE_ORIGIN_DIRS :=
25
26LOCAL_SRC_FILES := \
27	third_party/re2/re2/bitstate.cc \
28	third_party/re2/re2/compile.cc \
29	third_party/re2/re2/dfa.cc \
30	third_party/re2/re2/filtered_re2.cc \
31	third_party/re2/re2/mimics_pcre.cc \
32	third_party/re2/re2/nfa.cc \
33	third_party/re2/re2/onepass.cc \
34	third_party/re2/re2/parse.cc \
35	third_party/re2/re2/perl_groups.cc \
36	third_party/re2/re2/prefilter.cc \
37	third_party/re2/re2/prefilter_tree.cc \
38	third_party/re2/re2/prog.cc \
39	third_party/re2/re2/re2.cc \
40	third_party/re2/re2/regexp.cc \
41	third_party/re2/re2/set.cc \
42	third_party/re2/re2/simplify.cc \
43	third_party/re2/re2/tostring.cc \
44	third_party/re2/re2/unicode_casefold.cc \
45	third_party/re2/re2/unicode_groups.cc \
46	third_party/re2/util/arena.cc \
47	third_party/re2/util/hash.cc \
48	third_party/re2/util/rune.cc \
49	third_party/re2/util/stringpiece.cc \
50	third_party/re2/util/stringprintf.cc \
51	third_party/re2/util/strutil.cc
52
53
54# Flags passed to both C and C++ files.
55MY_CFLAGS_Debug := \
56	-fstack-protector \
57	--param=ssp-buffer-size=4 \
58	-fno-exceptions \
59	-fno-strict-aliasing \
60	-Wno-unused-parameter \
61	-Wno-missing-field-initializers \
62	-fvisibility=hidden \
63	-pipe \
64	-fPIC \
65	-Wno-format \
66	-fno-tree-sra \
67	-Wno-psabi \
68	-ffunction-sections \
69	-funwind-tables \
70	-g \
71	-fstack-protector \
72	-fno-short-enums \
73	-finline-limit=64 \
74	-Wa,--noexecstack \
75	-U_FORTIFY_SOURCE \
76	-Wno-extra \
77	-Wno-ignored-qualifiers \
78	-Wno-type-limits \
79	-Wno-unused-but-set-variable \
80	-Wno-address \
81	-Wno-format-security \
82	-Wno-return-type \
83	-Wno-sequence-point \
84	-Os \
85	-g \
86	-fomit-frame-pointer \
87	-fdata-sections \
88	-ffunction-sections \
89	-funwind-tables
90
91MY_DEFS_Debug := \
92	'-DV8_DEPRECATION_WARNINGS' \
93	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
94	'-D_FILE_OFFSET_BITS=64' \
95	'-DNO_TCMALLOC' \
96	'-DDISABLE_NACL' \
97	'-DCHROMIUM_BUILD' \
98	'-DUSE_LIBJPEG_TURBO=1' \
99	'-DENABLE_WEBRTC=1' \
100	'-DUSE_PROPRIETARY_CODECS' \
101	'-DENABLE_CONFIGURATION_POLICY' \
102	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
103	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
104	'-DENABLE_EGLIMAGE=1' \
105	'-DCLD_VERSION=1' \
106	'-DENABLE_PRINTING=1' \
107	'-DENABLE_MANAGED_USERS=1' \
108	'-DVIDEO_HOLE=1' \
109	'-DUSE_OPENSSL=1' \
110	'-DUSE_OPENSSL_CERTS=1' \
111	'-DANDROID' \
112	'-D__GNU_SOURCE=1' \
113	'-DUSE_STLPORT=1' \
114	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
115	'-DCHROME_BUILD_ID=""' \
116	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
117	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
118	'-D_DEBUG'
119
120
121# Include paths placed before CFLAGS/CPPFLAGS
122LOCAL_C_INCLUDES_Debug := \
123	$(LOCAL_PATH)/third_party/re2 \
124	$(LOCAL_PATH) \
125	$(PWD)/frameworks/wilhelm/include \
126	$(PWD)/bionic \
127	$(PWD)/external/stlport/stlport
128
129
130# Flags passed to only C++ (and not C) files.
131LOCAL_CPPFLAGS_Debug := \
132	-fno-rtti \
133	-fno-threadsafe-statics \
134	-fvisibility-inlines-hidden \
135	-Wno-deprecated \
136	-Wno-abi \
137	-Wno-non-virtual-dtor \
138	-Wno-sign-promo \
139	-Wno-non-virtual-dtor
140
141
142# Flags passed to both C and C++ files.
143MY_CFLAGS_Release := \
144	-fstack-protector \
145	--param=ssp-buffer-size=4 \
146	-fno-exceptions \
147	-fno-strict-aliasing \
148	-Wno-unused-parameter \
149	-Wno-missing-field-initializers \
150	-fvisibility=hidden \
151	-pipe \
152	-fPIC \
153	-Wno-format \
154	-fno-tree-sra \
155	-Wno-psabi \
156	-ffunction-sections \
157	-funwind-tables \
158	-g \
159	-fstack-protector \
160	-fno-short-enums \
161	-finline-limit=64 \
162	-Wa,--noexecstack \
163	-U_FORTIFY_SOURCE \
164	-Wno-extra \
165	-Wno-ignored-qualifiers \
166	-Wno-type-limits \
167	-Wno-unused-but-set-variable \
168	-Wno-address \
169	-Wno-format-security \
170	-Wno-return-type \
171	-Wno-sequence-point \
172	-Os \
173	-fno-ident \
174	-fdata-sections \
175	-ffunction-sections \
176	-fomit-frame-pointer \
177	-funwind-tables
178
179MY_DEFS_Release := \
180	'-DV8_DEPRECATION_WARNINGS' \
181	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
182	'-D_FILE_OFFSET_BITS=64' \
183	'-DNO_TCMALLOC' \
184	'-DDISABLE_NACL' \
185	'-DCHROMIUM_BUILD' \
186	'-DUSE_LIBJPEG_TURBO=1' \
187	'-DENABLE_WEBRTC=1' \
188	'-DUSE_PROPRIETARY_CODECS' \
189	'-DENABLE_CONFIGURATION_POLICY' \
190	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
191	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
192	'-DENABLE_EGLIMAGE=1' \
193	'-DCLD_VERSION=1' \
194	'-DENABLE_PRINTING=1' \
195	'-DENABLE_MANAGED_USERS=1' \
196	'-DVIDEO_HOLE=1' \
197	'-DUSE_OPENSSL=1' \
198	'-DUSE_OPENSSL_CERTS=1' \
199	'-DANDROID' \
200	'-D__GNU_SOURCE=1' \
201	'-DUSE_STLPORT=1' \
202	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
203	'-DCHROME_BUILD_ID=""' \
204	'-DNDEBUG' \
205	'-DNVALGRIND' \
206	'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
207
208
209# Include paths placed before CFLAGS/CPPFLAGS
210LOCAL_C_INCLUDES_Release := \
211	$(LOCAL_PATH)/third_party/re2 \
212	$(LOCAL_PATH) \
213	$(PWD)/frameworks/wilhelm/include \
214	$(PWD)/bionic \
215	$(PWD)/external/stlport/stlport
216
217
218# Flags passed to only C++ (and not C) files.
219LOCAL_CPPFLAGS_Release := \
220	-fno-rtti \
221	-fno-threadsafe-statics \
222	-fvisibility-inlines-hidden \
223	-Wno-deprecated \
224	-Wno-abi \
225	-Wno-non-virtual-dtor \
226	-Wno-sign-promo \
227	-Wno-non-virtual-dtor
228
229
230LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
231LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
232LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
233LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
234### Rules for final target.
235
236LOCAL_LDFLAGS_Debug := \
237	-Wl,-z,now \
238	-Wl,-z,relro \
239	-Wl,--fatal-warnings \
240	-Wl,-z,noexecstack \
241	-fPIC \
242	-Wl,-z,relro \
243	-Wl,-z,now \
244	-fuse-ld=gold \
245	-nostdlib \
246	-Wl,--no-undefined \
247	-Wl,--exclude-libs=ALL \
248	-Wl,--icf=safe \
249	-Wl,--warn-shared-textrel \
250	-Wl,-O1 \
251	-Wl,--as-needed
252
253
254LOCAL_LDFLAGS_Release := \
255	-Wl,-z,now \
256	-Wl,-z,relro \
257	-Wl,--fatal-warnings \
258	-Wl,-z,noexecstack \
259	-fPIC \
260	-Wl,-z,relro \
261	-Wl,-z,now \
262	-fuse-ld=gold \
263	-nostdlib \
264	-Wl,--no-undefined \
265	-Wl,--exclude-libs=ALL \
266	-Wl,--icf=safe \
267	-Wl,-O1 \
268	-Wl,--as-needed \
269	-Wl,--gc-sections \
270	-Wl,--warn-shared-textrel
271
272
273LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
274
275LOCAL_STATIC_LIBRARIES :=
276
277# Enable grouping to fix circular references
278LOCAL_GROUP_STATIC_LIBRARIES := true
279
280LOCAL_SHARED_LIBRARIES := \
281	libstlport \
282	libdl
283
284# Add target alias to "gyp_all_modules" target.
285.PHONY: gyp_all_modules
286gyp_all_modules: third_party_re2_re2_gyp
287
288# Alias gyp target name.
289.PHONY: re2
290re2: third_party_re2_re2_gyp
291
292include $(BUILD_STATIC_LIBRARY)
293