blob: d3c3e494539fc4757d719fc92145b76bb3243ad1 [file] [log] [blame]
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +01001# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := base_base_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9gyp_intermediate_dir := $(call local-intermediates-dir)
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES := \
14 $(call intermediates-dir-for,GYP,testing_gtest_prod_gyp)/gtest_prod.stamp \
15 $(call intermediates-dir-for,GYP,base_base_jni_headers_gyp)/base_jni_headers.stamp \
16 $(call intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp)/ashmem.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 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/md5.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +010032 base/message_loop/message_pump_android.cc \
33 base/message_loop/message_pump_libevent.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010034 base/metrics/field_trial.cc \
35 base/posix/file_descriptor_shuffle.cc \
36 base/sync_socket_posix.cc \
37 base/third_party/dmg_fp/g_fmt.cc \
38 base/third_party/dmg_fp/dtoa_wrapper.cc \
39 base/third_party/icu/icu_utf.cc \
40 base/third_party/nspr/prtime.cc \
41 base/allocator/allocator_extension.cc \
42 base/allocator/type_profiler_control.cc \
43 base/android/activity_status.cc \
44 base/android/base_jni_registrar.cc \
45 base/android/build_info.cc \
46 base/android/cpu_features.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +010047 base/android/fifo_utils.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010048 base/android/important_file_writer_android.cc \
49 base/android/scoped_java_ref.cc \
50 base/android/jni_android.cc \
51 base/android/jni_array.cc \
52 base/android/jni_helper.cc \
53 base/android/jni_registrar.cc \
54 base/android/jni_string.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +010055 base/android/memory_pressure_listener_android.cc \
Ben Murdochbb1529c2013-08-08 10:24:53 +010056 base/android/java_handler_thread.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010057 base/android/path_service_android.cc \
58 base/android/path_utils.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +010059 base/android/sys_utils.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010060 base/at_exit.cc \
61 base/atomicops_internals_x86_gcc.cc \
62 base/base_paths.cc \
63 base/base_paths_android.cc \
64 base/base64.cc \
65 base/bind_helpers.cc \
66 base/build_time.cc \
67 base/callback_internal.cc \
68 base/command_line.cc \
69 base/cpu.cc \
70 base/debug/alias.cc \
71 base/debug/crash_logging.cc \
72 base/debug/debugger.cc \
73 base/debug/debugger_posix.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +010074 base/debug/proc_maps_linux.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010075 base/debug/profiler.cc \
76 base/debug/stack_trace.cc \
77 base/debug/stack_trace_android.cc \
78 base/debug/trace_event_android.cc \
79 base/debug/trace_event_impl.cc \
Torne (Richard Coles)90dce4d2013-05-29 14:40:03 +010080 base/debug/trace_event_impl_constants.cc \
Ben Murdochbbcdd452013-07-25 10:06:34 +010081 base/debug/trace_event_memory.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010082 base/deferred_sequenced_task_runner.cc \
83 base/environment.cc \
84 base/file_util.cc \
85 base/file_util_android.cc \
86 base/file_util_posix.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +010087 base/files/file_enumerator.cc \
88 base/files/file_enumerator_posix.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010089 base/files/file_path.cc \
Torne (Richard Coles)90dce4d2013-05-29 14:40:03 +010090 base/files/file_path_constants.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010091 base/files/file_path_watcher.cc \
92 base/files/file_path_watcher_linux.cc \
93 base/files/file_util_proxy.cc \
94 base/files/important_file_writer.cc \
95 base/files/memory_mapped_file.cc \
96 base/files/memory_mapped_file_posix.cc \
Ben Murdoch558790d2013-07-30 15:19:42 +010097 base/files/scoped_platform_file_closer.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010098 base/files/scoped_temp_dir.cc \
99 base/guid.cc \
100 base/guid_posix.cc \
101 base/hash.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100102 base/ini_parser.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100103 base/json/json_file_value_serializer.cc \
104 base/json/json_parser.cc \
105 base/json/json_reader.cc \
106 base/json/json_string_value_serializer.cc \
107 base/json/json_writer.cc \
108 base/json/string_escape.cc \
109 base/lazy_instance.cc \
110 base/location.cc \
111 base/logging.cc \
112 base/memory/aligned_memory.cc \
113 base/memory/discardable_memory.cc \
114 base/memory/discardable_memory_android.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100115 base/memory/memory_pressure_listener.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100116 base/memory/ref_counted.cc \
117 base/memory/ref_counted_memory.cc \
118 base/memory/shared_memory_android.cc \
119 base/memory/shared_memory_posix.cc \
120 base/memory/singleton.cc \
121 base/memory/weak_ptr.cc \
Ben Murdochca12bfa2013-07-23 11:17:05 +0100122 base/message_loop/incoming_task_queue.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100123 base/message_loop/message_loop.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100124 base/message_loop/message_loop_proxy.cc \
125 base/message_loop/message_loop_proxy_impl.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100126 base/message_loop/message_pump.cc \
127 base/message_loop/message_pump_default.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100128 base/metrics/sample_map.cc \
129 base/metrics/sample_vector.cc \
130 base/metrics/bucket_ranges.cc \
131 base/metrics/histogram.cc \
132 base/metrics/histogram_base.cc \
133 base/metrics/histogram_samples.cc \
134 base/metrics/histogram_snapshot_manager.cc \
135 base/metrics/sparse_histogram.cc \
136 base/metrics/statistics_recorder.cc \
137 base/metrics/stats_counters.cc \
138 base/metrics/stats_table.cc \
139 base/native_library_posix.cc \
140 base/os_compat_android.cc \
141 base/path_service.cc \
142 base/pending_task.cc \
143 base/pickle.cc \
144 base/platform_file.cc \
145 base/platform_file_posix.cc \
146 base/posix/global_descriptors.cc \
147 base/posix/unix_domain_socket_linux.cc \
148 base/power_monitor/power_monitor.cc \
Torne (Richard Coles)a36e5922013-08-05 13:57:33 +0100149 base/power_monitor/power_monitor_device_source_android.cc \
150 base/power_monitor/power_monitor_device_source.cc \
151 base/power_monitor/power_monitor_source.cc \
152 base/power_monitor/power_monitor_test_base.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +0100153 base/process/internal_linux.cc \
Ben Murdoch7dbb3d52013-07-17 14:55:54 +0100154 base/process/kill.cc \
155 base/process/kill_posix.cc \
Ben Murdoch9ab55632013-07-18 11:57:30 +0100156 base/process/launch_posix.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +0100157 base/process/memory_linux.cc \
Ben Murdoch7dbb3d52013-07-17 14:55:54 +0100158 base/process/process_handle_linux.cc \
159 base/process/process_handle_posix.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +0100160 base/process/process_iterator.cc \
161 base/process/process_iterator_linux.cc \
Torne (Richard Coles)90dce4d2013-05-29 14:40:03 +0100162 base/process/process_metrics_linux.cc \
163 base/process/process_metrics_posix.cc \
Ben Murdochca12bfa2013-07-23 11:17:05 +0100164 base/process/process_posix.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100165 base/profiler/scoped_profile.cc \
166 base/profiler/alternate_timer.cc \
167 base/profiler/tracked_time.cc \
168 base/rand_util.cc \
169 base/rand_util_posix.cc \
170 base/run_loop.cc \
171 base/safe_strerror_posix.cc \
172 base/scoped_native_library.cc \
173 base/sequence_checker_impl.cc \
174 base/sequenced_task_runner.cc \
175 base/sha1_portable.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +0100176 base/strings/latin1_string_conversions.cc \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100177 base/strings/nullable_string16.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +0100178 base/strings/string16.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100179 base/strings/string_number_conversions.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +0100180 base/strings/string_split.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100181 base/strings/string_piece.cc \
Torne (Richard Coles)868fa2f2013-06-11 10:57:03 +0100182 base/strings/string_util.cc \
183 base/strings/string_util_constants.cc \
184 base/strings/stringprintf.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100185 base/strings/sys_string_conversions_posix.cc \
186 base/strings/utf_offset_string_conversions.cc \
187 base/strings/utf_string_conversion_utils.cc \
188 base/strings/utf_string_conversions.cc \
189 base/supports_user_data.cc \
190 base/synchronization/cancellation_flag.cc \
191 base/synchronization/condition_variable_posix.cc \
192 base/synchronization/lock.cc \
193 base/synchronization/lock_impl_posix.cc \
194 base/synchronization/waitable_event_posix.cc \
195 base/synchronization/waitable_event_watcher_posix.cc \
196 base/system_monitor/system_monitor.cc \
197 base/sys_info.cc \
198 base/sys_info_android.cc \
199 base/sys_info_linux.cc \
200 base/sys_info_posix.cc \
201 base/task_runner.cc \
202 base/thread_task_runner_handle.cc \
203 base/threading/non_thread_safe_impl.cc \
Torne (Richard Coles)90dce4d2013-05-29 14:40:03 +0100204 base/threading/platform_thread_android.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100205 base/threading/platform_thread_posix.cc \
206 base/threading/post_task_and_reply_impl.cc \
207 base/threading/sequenced_worker_pool.cc \
208 base/threading/simple_thread.cc \
209 base/threading/thread.cc \
210 base/threading/thread_checker_impl.cc \
211 base/threading/thread_collision_warner.cc \
212 base/threading/thread_id_name_manager.cc \
213 base/threading/thread_local_posix.cc \
214 base/threading/thread_local_storage_posix.cc \
215 base/threading/thread_restrictions.cc \
216 base/threading/watchdog.cc \
217 base/threading/worker_pool.cc \
218 base/threading/worker_pool_posix.cc \
219 base/time/clock.cc \
220 base/time/default_clock.cc \
221 base/time/default_tick_clock.cc \
222 base/time/tick_clock.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +0100223 base/time/time.cc \
224 base/time/time_posix.cc \
225 base/timer/hi_res_timer_manager_posix.cc \
226 base/timer/timer.cc \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100227 base/tracked_objects.cc \
228 base/tracking_info.cc \
229 base/values.cc \
230 base/value_conversions.cc \
231 base/version.cc \
232 base/vlog.cc
233
234
235# Flags passed to both C and C++ files.
Ben Murdocheb525c52013-07-10 11:40:50 +0100236MY_CFLAGS_Debug := \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100237 --param=ssp-buffer-size=4 \
238 -Werror \
239 -fno-exceptions \
240 -fno-strict-aliasing \
241 -Wall \
242 -Wno-unused-parameter \
243 -Wno-missing-field-initializers \
244 -fvisibility=hidden \
245 -pipe \
246 -fPIC \
247 -m32 \
248 -mmmx \
249 -march=pentium4 \
250 -msse2 \
251 -mfpmath=sse \
252 -fuse-ld=gold \
253 -ffunction-sections \
254 -funwind-tables \
255 -g \
256 -fno-short-enums \
257 -finline-limit=64 \
258 -Wa,--noexecstack \
259 -U_FORTIFY_SOURCE \
260 -Wno-extra \
261 -Wno-ignored-qualifiers \
262 -Wno-type-limits \
263 -fno-stack-protector \
264 -Os \
265 -g \
266 -fomit-frame-pointer \
267 -fdata-sections \
268 -ffunction-sections
269
Ben Murdocheb525c52013-07-10 11:40:50 +0100270MY_DEFS_Debug := \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100271 '-DANGLE_DX11' \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100272 '-D_FILE_OFFSET_BITS=64' \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100273 '-DNO_TCMALLOC' \
Ben Murdoch7dbb3d52013-07-17 14:55:54 +0100274 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
275 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100276 '-DDISABLE_NACL' \
277 '-DCHROMIUM_BUILD' \
278 '-DUSE_LIBJPEG_TURBO=1' \
279 '-DUSE_PROPRIETARY_CODECS' \
Ben Murdocha3f7b4e2013-07-24 10:36:34 +0100280 '-DENABLE_CONFIGURATION_POLICY' \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100281 '-DENABLE_GPU=1' \
282 '-DUSE_OPENSSL=1' \
283 '-DENABLE_EGLIMAGE=1' \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100284 '-D__STDC_CONSTANT_MACROS' \
285 '-D__STDC_FORMAT_MACROS' \
286 '-DBASE_IMPLEMENTATION' \
287 '-DANDROID' \
288 '-D__GNU_SOURCE=1' \
289 '-DUSE_STLPORT=1' \
290 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
291 '-DCHROME_BUILD_ID=""' \
292 '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
293 '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
294 '-D_DEBUG'
295
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100296
297# Include paths placed before CFLAGS/CPPFLAGS
Ben Murdocheb525c52013-07-10 11:40:50 +0100298LOCAL_C_INCLUDES_Debug := \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100299 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
Ben Murdochbbcdd452013-07-25 10:06:34 +0100300 $(gyp_shared_intermediate_dir)/base \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100301 $(LOCAL_PATH) \
Torne (Richard Coles)90dce4d2013-05-29 14:40:03 +0100302 $(PWD)/frameworks/wilhelm/include \
303 $(PWD)/bionic \
304 $(PWD)/external/stlport/stlport
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100305
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100306
307# Flags passed to only C++ (and not C) files.
Ben Murdocheb525c52013-07-10 11:40:50 +0100308LOCAL_CPPFLAGS_Debug := \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100309 -fno-rtti \
310 -fno-threadsafe-statics \
311 -fvisibility-inlines-hidden \
312 -Wsign-compare \
313 -Wno-error=c++0x-compat \
314 -Wno-non-virtual-dtor \
315 -Wno-sign-promo
316
Ben Murdocheb525c52013-07-10 11:40:50 +0100317
318# Flags passed to both C and C++ files.
319MY_CFLAGS_Release := \
320 --param=ssp-buffer-size=4 \
321 -Werror \
322 -fno-exceptions \
323 -fno-strict-aliasing \
324 -Wall \
325 -Wno-unused-parameter \
326 -Wno-missing-field-initializers \
327 -fvisibility=hidden \
328 -pipe \
329 -fPIC \
330 -m32 \
331 -mmmx \
332 -march=pentium4 \
333 -msse2 \
334 -mfpmath=sse \
335 -fuse-ld=gold \
336 -ffunction-sections \
337 -funwind-tables \
338 -g \
339 -fno-short-enums \
340 -finline-limit=64 \
341 -Wa,--noexecstack \
342 -U_FORTIFY_SOURCE \
343 -Wno-extra \
344 -Wno-ignored-qualifiers \
345 -Wno-type-limits \
346 -fno-stack-protector \
347 -Os \
348 -fno-ident \
349 -fdata-sections \
350 -ffunction-sections \
351 -fomit-frame-pointer \
352 -fno-unwind-tables \
353 -fno-asynchronous-unwind-tables
354
355MY_DEFS_Release := \
356 '-DANGLE_DX11' \
357 '-D_FILE_OFFSET_BITS=64' \
Ben Murdocheb525c52013-07-10 11:40:50 +0100358 '-DNO_TCMALLOC' \
Ben Murdoch7dbb3d52013-07-17 14:55:54 +0100359 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
360 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
Ben Murdocheb525c52013-07-10 11:40:50 +0100361 '-DDISABLE_NACL' \
362 '-DCHROMIUM_BUILD' \
363 '-DUSE_LIBJPEG_TURBO=1' \
364 '-DUSE_PROPRIETARY_CODECS' \
Ben Murdocha3f7b4e2013-07-24 10:36:34 +0100365 '-DENABLE_CONFIGURATION_POLICY' \
Ben Murdocheb525c52013-07-10 11:40:50 +0100366 '-DENABLE_GPU=1' \
367 '-DUSE_OPENSSL=1' \
368 '-DENABLE_EGLIMAGE=1' \
Ben Murdocheb525c52013-07-10 11:40:50 +0100369 '-D__STDC_CONSTANT_MACROS' \
370 '-D__STDC_FORMAT_MACROS' \
371 '-DBASE_IMPLEMENTATION' \
372 '-DANDROID' \
373 '-D__GNU_SOURCE=1' \
374 '-DUSE_STLPORT=1' \
375 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
376 '-DCHROME_BUILD_ID=""' \
377 '-DNDEBUG' \
378 '-DNVALGRIND' \
379 '-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
380 '-D_FORTIFY_SOURCE=2'
381
382
383# Include paths placed before CFLAGS/CPPFLAGS
384LOCAL_C_INCLUDES_Release := \
Ben Murdocheb525c52013-07-10 11:40:50 +0100385 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
Ben Murdochbbcdd452013-07-25 10:06:34 +0100386 $(gyp_shared_intermediate_dir)/base \
Ben Murdocheb525c52013-07-10 11:40:50 +0100387 $(LOCAL_PATH) \
388 $(PWD)/frameworks/wilhelm/include \
389 $(PWD)/bionic \
390 $(PWD)/external/stlport/stlport
391
392
393# Flags passed to only C++ (and not C) files.
394LOCAL_CPPFLAGS_Release := \
395 -fno-rtti \
396 -fno-threadsafe-statics \
397 -fvisibility-inlines-hidden \
398 -Wsign-compare \
399 -Wno-error=c++0x-compat \
400 -Wno-non-virtual-dtor \
401 -Wno-sign-promo
402
403
404LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
405LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
406LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100407### Rules for final target.
408
Ben Murdocheb525c52013-07-10 11:40:50 +0100409LOCAL_LDFLAGS_Debug := \
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100410 -Wl,-z,now \
411 -Wl,-z,relro \
412 -Wl,-z,noexecstack \
413 -fPIC \
414 -m32 \
415 -fuse-ld=gold \
416 -nostdlib \
417 -Wl,--no-undefined \
418 -Wl,--exclude-libs=ALL \
419 -Wl,--gc-sections \
420 -Wl,-O1 \
421 -Wl,--as-needed
422
423
Ben Murdocheb525c52013-07-10 11:40:50 +0100424LOCAL_LDFLAGS_Release := \
425 -Wl,-z,now \
426 -Wl,-z,relro \
427 -Wl,-z,noexecstack \
428 -fPIC \
429 -m32 \
430 -fuse-ld=gold \
431 -nostdlib \
432 -Wl,--no-undefined \
433 -Wl,--exclude-libs=ALL \
434 -Wl,-O1 \
435 -Wl,--as-needed \
436 -Wl,--gc-sections
437
438
439LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
440
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +0100441LOCAL_STATIC_LIBRARIES := \
442 cpufeatures
443
444# Enable grouping to fix circular references
445LOCAL_GROUP_STATIC_LIBRARIES := true
446
447LOCAL_SHARED_LIBRARIES := \
448 libstlport \
449 libdl
450
451# Add target alias to "gyp_all_modules" target.
452.PHONY: gyp_all_modules
453gyp_all_modules: base_base_gyp
454
455# Alias gyp target name.
456.PHONY: base
457base: base_base_gyp
458
459include $(BUILD_STATIC_LIBRARY)