url_lib.target.darwin-mips.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 := url_url_lib_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	$(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp,,,$(GYP_VAR_PREFIX))/icui18n.stamp \
16	$(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp,,,$(GYP_VAR_PREFIX))/icuuc.stamp
17
18GYP_GENERATED_OUTPUTS :=
19
20# Make sure our deps and generated files are built first.
21LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
22
23LOCAL_CPP_EXTENSION := .cc
24LOCAL_GENERATED_SOURCES :=
25
26GYP_COPIED_SOURCE_ORIGIN_DIRS :=
27
28LOCAL_SRC_FILES := \
29	url/android/url_jni_registrar.cc \
30	url/gurl.cc \
31	url/origin.cc \
32	url/third_party/mozilla/url_parse.cc \
33	url/url_canon_etc.cc \
34	url/url_canon_filesystemurl.cc \
35	url/url_canon_fileurl.cc \
36	url/url_canon_host.cc \
37	url/url_canon_icu.cc \
38	url/url_canon_internal.cc \
39	url/url_canon_ip.cc \
40	url/url_canon_mailtourl.cc \
41	url/url_canon_path.cc \
42	url/url_canon_pathurl.cc \
43	url/url_canon_query.cc \
44	url/url_canon_relative.cc \
45	url/url_canon_stdstring.cc \
46	url/url_canon_stdurl.cc \
47	url/url_constants.cc \
48	url/url_parse_file.cc \
49	url/url_util.cc
50
51
52# Flags passed to both C and C++ files.
53MY_CFLAGS_Debug := \
54	-fstack-protector \
55	--param=ssp-buffer-size=4 \
56	 \
57	-fno-exceptions \
58	-fno-strict-aliasing \
59	-Wall \
60	-Wno-unused-parameter \
61	-Wno-missing-field-initializers \
62	-fvisibility=hidden \
63	-pipe \
64	-fPIC \
65	-EL \
66	-mhard-float \
67	-ffunction-sections \
68	-funwind-tables \
69	-g \
70	-fstack-protector \
71	-fno-short-enums \
72	-finline-limit=64 \
73	-Wa,--noexecstack \
74	-U_FORTIFY_SOURCE \
75	-Wno-extra \
76	-Wno-ignored-qualifiers \
77	-Wno-type-limits \
78	-Wno-unused-but-set-variable \
79	-Os \
80	-g \
81	-fomit-frame-pointer \
82	-fdata-sections \
83	-ffunction-sections \
84	-funwind-tables
85
86MY_DEFS_Debug := \
87	'-DV8_DEPRECATION_WARNINGS' \
88	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
89	'-D_FILE_OFFSET_BITS=64' \
90	'-DNO_TCMALLOC' \
91	'-DDISABLE_NACL' \
92	'-DCHROMIUM_BUILD' \
93	'-DUSE_LIBJPEG_TURBO=1' \
94	'-DENABLE_WEBRTC=1' \
95	'-DUSE_PROPRIETARY_CODECS' \
96	'-DENABLE_CONFIGURATION_POLICY' \
97	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
98	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
99	'-DENABLE_EGLIMAGE=1' \
100	'-DCLD_VERSION=1' \
101	'-DENABLE_PRINTING=1' \
102	'-DENABLE_MANAGED_USERS=1' \
103	'-DVIDEO_HOLE=1' \
104	'-DURL_IMPLEMENTATION' \
105	'-DU_USING_ICU_NAMESPACE=0' \
106	'-DUSE_OPENSSL=1' \
107	'-DUSE_OPENSSL_CERTS=1' \
108	'-D__STDC_CONSTANT_MACROS' \
109	'-D__STDC_FORMAT_MACROS' \
110	'-DANDROID' \
111	'-D__GNU_SOURCE=1' \
112	'-DUSE_STLPORT=1' \
113	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
114	'-DCHROME_BUILD_ID=""' \
115	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
116	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
117	'-D_DEBUG'
118
119
120# Include paths placed before CFLAGS/CPPFLAGS
121LOCAL_C_INCLUDES_Debug := \
122	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
123	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
124	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
125	$(LOCAL_PATH) \
126	$(PWD)/external/icu4c/common \
127	$(PWD)/external/icu4c/i18n \
128	$(PWD)/frameworks/wilhelm/include \
129	$(PWD)/bionic \
130	$(PWD)/external/stlport/stlport
131
132
133# Flags passed to only C++ (and not C) files.
134LOCAL_CPPFLAGS_Debug := \
135	-fno-rtti \
136	-fno-threadsafe-statics \
137	-fvisibility-inlines-hidden \
138	-Wsign-compare \
139	-Wno-uninitialized \
140	-Wno-non-virtual-dtor \
141	-Wno-sign-promo
142
143
144# Flags passed to both C and C++ files.
145MY_CFLAGS_Release := \
146	-fstack-protector \
147	--param=ssp-buffer-size=4 \
148	 \
149	-fno-exceptions \
150	-fno-strict-aliasing \
151	-Wall \
152	-Wno-unused-parameter \
153	-Wno-missing-field-initializers \
154	-fvisibility=hidden \
155	-pipe \
156	-fPIC \
157	-EL \
158	-mhard-float \
159	-ffunction-sections \
160	-funwind-tables \
161	-g \
162	-fstack-protector \
163	-fno-short-enums \
164	-finline-limit=64 \
165	-Wa,--noexecstack \
166	-U_FORTIFY_SOURCE \
167	-Wno-extra \
168	-Wno-ignored-qualifiers \
169	-Wno-type-limits \
170	-Wno-unused-but-set-variable \
171	-Os \
172	-fno-ident \
173	-fdata-sections \
174	-ffunction-sections \
175	-fomit-frame-pointer \
176	-funwind-tables
177
178MY_DEFS_Release := \
179	'-DV8_DEPRECATION_WARNINGS' \
180	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
181	'-D_FILE_OFFSET_BITS=64' \
182	'-DNO_TCMALLOC' \
183	'-DDISABLE_NACL' \
184	'-DCHROMIUM_BUILD' \
185	'-DUSE_LIBJPEG_TURBO=1' \
186	'-DENABLE_WEBRTC=1' \
187	'-DUSE_PROPRIETARY_CODECS' \
188	'-DENABLE_CONFIGURATION_POLICY' \
189	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
190	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
191	'-DENABLE_EGLIMAGE=1' \
192	'-DCLD_VERSION=1' \
193	'-DENABLE_PRINTING=1' \
194	'-DENABLE_MANAGED_USERS=1' \
195	'-DVIDEO_HOLE=1' \
196	'-DURL_IMPLEMENTATION' \
197	'-DU_USING_ICU_NAMESPACE=0' \
198	'-DUSE_OPENSSL=1' \
199	'-DUSE_OPENSSL_CERTS=1' \
200	'-D__STDC_CONSTANT_MACROS' \
201	'-D__STDC_FORMAT_MACROS' \
202	'-DANDROID' \
203	'-D__GNU_SOURCE=1' \
204	'-DUSE_STLPORT=1' \
205	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
206	'-DCHROME_BUILD_ID=""' \
207	'-DNDEBUG' \
208	'-DNVALGRIND' \
209	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
210	'-D_FORTIFY_SOURCE=2'
211
212
213# Include paths placed before CFLAGS/CPPFLAGS
214LOCAL_C_INCLUDES_Release := \
215	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
216	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
217	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
218	$(LOCAL_PATH) \
219	$(PWD)/external/icu4c/common \
220	$(PWD)/external/icu4c/i18n \
221	$(PWD)/frameworks/wilhelm/include \
222	$(PWD)/bionic \
223	$(PWD)/external/stlport/stlport
224
225
226# Flags passed to only C++ (and not C) files.
227LOCAL_CPPFLAGS_Release := \
228	-fno-rtti \
229	-fno-threadsafe-statics \
230	-fvisibility-inlines-hidden \
231	-Wsign-compare \
232	-Wno-uninitialized \
233	-Wno-non-virtual-dtor \
234	-Wno-sign-promo
235
236
237LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
238LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
239LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
240LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
241### Rules for final target.
242
243LOCAL_LDFLAGS_Debug := \
244	-Wl,-z,now \
245	-Wl,-z,relro \
246	-Wl,--fatal-warnings \
247	-Wl,-z,noexecstack \
248	-fPIC \
249	-EL \
250	-Wl,--no-keep-memory \
251	-nostdlib \
252	-Wl,--no-undefined \
253	-Wl,--exclude-libs=ALL \
254	-Wl,--warn-shared-textrel \
255	-Wl,-O1 \
256	-Wl,--as-needed
257
258
259LOCAL_LDFLAGS_Release := \
260	-Wl,-z,now \
261	-Wl,-z,relro \
262	-Wl,--fatal-warnings \
263	-Wl,-z,noexecstack \
264	-fPIC \
265	-EL \
266	-Wl,--no-keep-memory \
267	-nostdlib \
268	-Wl,--no-undefined \
269	-Wl,--exclude-libs=ALL \
270	-Wl,-O1 \
271	-Wl,--as-needed \
272	-Wl,--gc-sections \
273	-Wl,--warn-shared-textrel
274
275
276LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
277
278LOCAL_STATIC_LIBRARIES :=
279
280# Enable grouping to fix circular references
281LOCAL_GROUP_STATIC_LIBRARIES := true
282
283LOCAL_SHARED_LIBRARIES := \
284	libstlport \
285	libdl
286
287# Add target alias to "gyp_all_modules" target.
288.PHONY: gyp_all_modules
289gyp_all_modules: url_url_lib_gyp
290
291# Alias gyp target name.
292.PHONY: url_lib
293url_lib: url_url_lib_gyp
294
295include $(BUILD_STATIC_LIBRARY)
296