1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := third_party_libwebp_libwebp_utils_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
9gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES :=
14
15GYP_GENERATED_OUTPUTS :=
16
17# Make sure our deps and generated files are built first.
18LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
19
20LOCAL_GENERATED_SOURCES :=
21
22GYP_COPIED_SOURCE_ORIGIN_DIRS :=
23
24LOCAL_SRC_FILES := \
25	third_party/libwebp/utils/bit_reader.c \
26	third_party/libwebp/utils/bit_writer.c \
27	third_party/libwebp/utils/color_cache.c \
28	third_party/libwebp/utils/filters.c \
29	third_party/libwebp/utils/huffman.c \
30	third_party/libwebp/utils/huffman_encode.c \
31	third_party/libwebp/utils/quant_levels.c \
32	third_party/libwebp/utils/quant_levels_dec.c \
33	third_party/libwebp/utils/random.c \
34	third_party/libwebp/utils/rescaler.c \
35	third_party/libwebp/utils/thread.c \
36	third_party/libwebp/utils/utils.c
37
38
39# Flags passed to both C and C++ files.
40MY_CFLAGS_Debug := \
41	-fstack-protector \
42	--param=ssp-buffer-size=4 \
43	 \
44	-fno-strict-aliasing \
45	-Wno-unused-parameter \
46	-Wno-missing-field-initializers \
47	-fvisibility=hidden \
48	-pipe \
49	-fPIC \
50	-Wno-unused-local-typedefs \
51	-Wno-format \
52	-ffunction-sections \
53	-funwind-tables \
54	-g \
55	-fstack-protector \
56	-fno-short-enums \
57	-finline-limit=64 \
58	-Wa,--noexecstack \
59	-U_FORTIFY_SOURCE \
60	-Wno-extra \
61	-Wno-ignored-qualifiers \
62	-Wno-type-limits \
63	-Wno-unused-but-set-variable \
64	-Wno-address \
65	-Wno-format-security \
66	-Wno-return-type \
67	-Wno-sequence-point \
68	-Os \
69	-g \
70	-gdwarf-4 \
71	-fdata-sections \
72	-ffunction-sections \
73	-fomit-frame-pointer \
74	-funwind-tables
75
76MY_DEFS_Debug := \
77	'-DV8_DEPRECATION_WARNINGS' \
78	'-D_FILE_OFFSET_BITS=64' \
79	'-DNO_TCMALLOC' \
80	'-DDISABLE_NACL' \
81	'-DCHROMIUM_BUILD' \
82	'-DUSE_LIBJPEG_TURBO=1' \
83	'-DENABLE_WEBRTC=1' \
84	'-DUSE_PROPRIETARY_CODECS' \
85	'-DENABLE_BROWSER_CDMS' \
86	'-DENABLE_CONFIGURATION_POLICY' \
87	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
88	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
89	'-DENABLE_EGLIMAGE=1' \
90	'-DCLD_VERSION=1' \
91	'-DENABLE_PRINTING=1' \
92	'-DENABLE_MANAGED_USERS=1' \
93	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
94	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
95	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
96	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
97	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
98	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
99	'-DVIDEO_HOLE=1' \
100	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
101	'-DUSE_OPENSSL=1' \
102	'-DUSE_OPENSSL_CERTS=1' \
103	'-DANDROID' \
104	'-D__GNU_SOURCE=1' \
105	'-DUSE_STLPORT=1' \
106	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
107	'-DCHROME_BUILD_ID=""' \
108	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
109	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
110	'-D_DEBUG'
111
112
113# Include paths placed before CFLAGS/CPPFLAGS
114LOCAL_C_INCLUDES_Debug := \
115	$(gyp_shared_intermediate_dir) \
116	$(LOCAL_PATH)/third_party/libwebp \
117	$(PWD)/frameworks/wilhelm/include \
118	$(PWD)/bionic \
119	$(PWD)/external/stlport/stlport
120
121
122# Flags passed to only C++ (and not C) files.
123LOCAL_CPPFLAGS_Debug := \
124	-fno-exceptions \
125	-fno-rtti \
126	-fno-threadsafe-statics \
127	-fvisibility-inlines-hidden \
128	-Wno-deprecated \
129	-Wno-uninitialized \
130	-std=gnu++11 \
131	-Wno-narrowing \
132	-Wno-literal-suffix \
133	-Wno-non-virtual-dtor \
134	-Wno-sign-promo \
135	-Wno-non-virtual-dtor
136
137
138# Flags passed to both C and C++ files.
139MY_CFLAGS_Release := \
140	-fstack-protector \
141	--param=ssp-buffer-size=4 \
142	 \
143	-fno-strict-aliasing \
144	-Wno-unused-parameter \
145	-Wno-missing-field-initializers \
146	-fvisibility=hidden \
147	-pipe \
148	-fPIC \
149	-Wno-unused-local-typedefs \
150	-Wno-format \
151	-ffunction-sections \
152	-funwind-tables \
153	-g \
154	-fstack-protector \
155	-fno-short-enums \
156	-finline-limit=64 \
157	-Wa,--noexecstack \
158	-U_FORTIFY_SOURCE \
159	-Wno-extra \
160	-Wno-ignored-qualifiers \
161	-Wno-type-limits \
162	-Wno-unused-but-set-variable \
163	-Wno-address \
164	-Wno-format-security \
165	-Wno-return-type \
166	-Wno-sequence-point \
167	-Os \
168	-fno-ident \
169	-fdata-sections \
170	-ffunction-sections \
171	-fomit-frame-pointer \
172	-funwind-tables
173
174MY_DEFS_Release := \
175	'-DV8_DEPRECATION_WARNINGS' \
176	'-D_FILE_OFFSET_BITS=64' \
177	'-DNO_TCMALLOC' \
178	'-DDISABLE_NACL' \
179	'-DCHROMIUM_BUILD' \
180	'-DUSE_LIBJPEG_TURBO=1' \
181	'-DENABLE_WEBRTC=1' \
182	'-DUSE_PROPRIETARY_CODECS' \
183	'-DENABLE_BROWSER_CDMS' \
184	'-DENABLE_CONFIGURATION_POLICY' \
185	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
186	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
187	'-DENABLE_EGLIMAGE=1' \
188	'-DCLD_VERSION=1' \
189	'-DENABLE_PRINTING=1' \
190	'-DENABLE_MANAGED_USERS=1' \
191	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
192	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
193	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
194	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
195	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
196	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
197	'-DVIDEO_HOLE=1' \
198	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
199	'-DUSE_OPENSSL=1' \
200	'-DUSE_OPENSSL_CERTS=1' \
201	'-DANDROID' \
202	'-D__GNU_SOURCE=1' \
203	'-DUSE_STLPORT=1' \
204	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
205	'-DCHROME_BUILD_ID=""' \
206	'-DNDEBUG' \
207	'-DNVALGRIND' \
208	'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
209
210
211# Include paths placed before CFLAGS/CPPFLAGS
212LOCAL_C_INCLUDES_Release := \
213	$(gyp_shared_intermediate_dir) \
214	$(LOCAL_PATH)/third_party/libwebp \
215	$(PWD)/frameworks/wilhelm/include \
216	$(PWD)/bionic \
217	$(PWD)/external/stlport/stlport
218
219
220# Flags passed to only C++ (and not C) files.
221LOCAL_CPPFLAGS_Release := \
222	-fno-exceptions \
223	-fno-rtti \
224	-fno-threadsafe-statics \
225	-fvisibility-inlines-hidden \
226	-Wno-deprecated \
227	-Wno-uninitialized \
228	-std=gnu++11 \
229	-Wno-narrowing \
230	-Wno-literal-suffix \
231	-Wno-non-virtual-dtor \
232	-Wno-sign-promo \
233	-Wno-non-virtual-dtor
234
235
236LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
237LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
238LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
239LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
240### Rules for final target.
241
242LOCAL_SHARED_LIBRARIES := \
243	libstlport \
244	libdl
245
246# Add target alias to "gyp_all_modules" target.
247.PHONY: gyp_all_modules
248gyp_all_modules: third_party_libwebp_libwebp_utils_gyp
249
250# Alias gyp target name.
251.PHONY: libwebp_utils
252libwebp_utils: third_party_libwebp_libwebp_utils_gyp
253
254include $(BUILD_STATIC_LIBRARY)
255