summaryrefslogtreecommitdiffstats
path: root/Android.v8.mk
blob: 107ed381f40ada189085ff5f675c67c03dedb007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
### GENERATED, do not edit
### for changes, see genmakefiles.py
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include $(LOCAL_PATH)/Android.v8common.mk
LOCAL_MODULE := libv8src
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_SRC_FILES := \
	src/accessors.cc \
	src/address-map.cc \
	src/allocation-site-scopes.cc \
	src/allocation.cc \
	src/api-arguments.cc \
	src/api-experimental.cc \
	src/api-natives.cc \
	src/api.cc \
	src/arguments.cc \
	src/asmjs/asm-js.cc \
	src/asmjs/asm-typer.cc \
	src/asmjs/asm-types.cc \
	src/asmjs/asm-wasm-builder.cc \
	src/asmjs/switch-logic.cc \
	src/assembler.cc \
	src/assert-scope.cc \
	src/ast/ast-expression-rewriter.cc \
	src/ast/ast-function-literal-id-reindexer.cc \
	src/ast/ast-numbering.cc \
	src/ast/ast-types.cc \
	src/ast/ast-value-factory.cc \
	src/ast/ast.cc \
	src/ast/compile-time-value.cc \
	src/ast/context-slot-cache.cc \
	src/ast/modules.cc \
	src/ast/prettyprinter.cc \
	src/ast/scopes.cc \
	src/ast/variables.cc \
	src/background-parsing-task.cc \
	src/bailout-reason.cc \
	src/basic-block-profiler.cc \
	src/bignum-dtoa.cc \
	src/bignum.cc \
	src/bit-vector.cc \
	src/bootstrapper.cc \
	src/builtins/builtins-api.cc \
	src/builtins/builtins-arguments.cc \
	src/builtins/builtins-array.cc \
	src/builtins/builtins-arraybuffer.cc \
	src/builtins/builtins-async-function.cc \
	src/builtins/builtins-async-iterator.cc \
	src/builtins/builtins-async.cc \
	src/builtins/builtins-boolean.cc \
	src/builtins/builtins-call.cc \
	src/builtins/builtins-callsite.cc \
	src/builtins/builtins-constructor.cc \
	src/builtins/builtins-conversion.cc \
	src/builtins/builtins-dataview.cc \
	src/builtins/builtins-date.cc \
	src/builtins/builtins-debug.cc \
	src/builtins/builtins-error.cc \
	src/builtins/builtins-function.cc \
	src/builtins/builtins-generator.cc \
	src/builtins/builtins-global.cc \
	src/builtins/builtins-handler.cc \
	src/builtins/builtins-ic.cc \
	src/builtins/builtins-internal.cc \
	src/builtins/builtins-interpreter.cc \
	src/builtins/builtins-json.cc \
	src/builtins/builtins-math.cc \
	src/builtins/builtins-number.cc \
	src/builtins/builtins-object.cc \
	src/builtins/builtins-promise.cc \
	src/builtins/builtins-proxy.cc \
	src/builtins/builtins-reflect.cc \
	src/builtins/builtins-regexp.cc \
	src/builtins/builtins-sharedarraybuffer.cc \
	src/builtins/builtins-string.cc \
	src/builtins/builtins-symbol.cc \
	src/builtins/builtins-typedarray.cc \
	src/builtins/builtins-wasm.cc \
	src/builtins/builtins.cc \
	src/cached-powers.cc \
	src/cancelable-task.cc \
	src/char-predicates.cc \
	src/code-factory.cc \
	src/code-stub-assembler.cc \
	src/code-stubs-hydrogen.cc \
	src/code-stubs.cc \
	src/codegen.cc \
	src/compilation-cache.cc \
	src/compilation-dependencies.cc \
	src/compilation-info.cc \
	src/compilation-statistics.cc \
	src/compiler-dispatcher/compiler-dispatcher-job.cc \
	src/compiler-dispatcher/compiler-dispatcher-tracer.cc \
	src/compiler-dispatcher/compiler-dispatcher.cc \
	src/compiler-dispatcher/optimizing-compile-dispatcher.cc \
	src/compiler.cc \
	src/compiler/access-builder.cc \
	src/compiler/access-info.cc \
	src/compiler/all-nodes.cc \
	src/compiler/ast-graph-builder.cc \
	src/compiler/ast-loop-assignment-analyzer.cc \
	src/compiler/basic-block-instrumentor.cc \
	src/compiler/branch-elimination.cc \
	src/compiler/bytecode-analysis.cc \
	src/compiler/bytecode-graph-builder.cc \
	src/compiler/bytecode-liveness-map.cc \
	src/compiler/c-linkage.cc \
	src/compiler/checkpoint-elimination.cc \
	src/compiler/code-assembler.cc \
	src/compiler/code-generator.cc \
	src/compiler/common-node-cache.cc \
	src/compiler/common-operator-reducer.cc \
	src/compiler/common-operator.cc \
	src/compiler/compiler-source-position-table.cc \
	src/compiler/control-builders.cc \
	src/compiler/control-equivalence.cc \
	src/compiler/control-flow-optimizer.cc \
	src/compiler/dead-code-elimination.cc \
	src/compiler/effect-control-linearizer.cc \
	src/compiler/escape-analysis-reducer.cc \
	src/compiler/escape-analysis.cc \
	src/compiler/frame-elider.cc \
	src/compiler/frame-states.cc \
	src/compiler/frame.cc \
	src/compiler/gap-resolver.cc \
	src/compiler/graph-assembler.cc \
	src/compiler/graph-reducer.cc \
	src/compiler/graph-replay.cc \
	src/compiler/graph-trimmer.cc \
	src/compiler/graph-visualizer.cc \
	src/compiler/graph.cc \
	src/compiler/instruction-scheduler.cc \
	src/compiler/instruction-selector.cc \
	src/compiler/instruction.cc \
	src/compiler/int64-lowering.cc \
	src/compiler/js-builtin-reducer.cc \
	src/compiler/js-call-reducer.cc \
	src/compiler/js-context-specialization.cc \
	src/compiler/js-create-lowering.cc \
	src/compiler/js-frame-specialization.cc \
	src/compiler/js-generic-lowering.cc \
	src/compiler/js-graph.cc \
	src/compiler/js-inlining-heuristic.cc \
	src/compiler/js-inlining.cc \
	src/compiler/js-intrinsic-lowering.cc \
	src/compiler/js-native-context-specialization.cc \
	src/compiler/js-operator.cc \
	src/compiler/js-type-hint-lowering.cc \
	src/compiler/js-typed-lowering.cc \
	src/compiler/jump-threading.cc \
	src/compiler/linkage.cc \
	src/compiler/live-range-separator.cc \
	src/compiler/liveness-analyzer.cc \
	src/compiler/load-elimination.cc \
	src/compiler/loop-analysis.cc \
	src/compiler/loop-peeling.cc \
	src/compiler/loop-variable-optimizer.cc \
	src/compiler/machine-graph-verifier.cc \
	src/compiler/machine-operator-reducer.cc \
	src/compiler/machine-operator.cc \
	src/compiler/memory-optimizer.cc \
	src/compiler/move-optimizer.cc \
	src/compiler/node-cache.cc \
	src/compiler/node-marker.cc \
	src/compiler/node-matchers.cc \
	src/compiler/node-properties.cc \
	src/compiler/node.cc \
	src/compiler/opcodes.cc \
	src/compiler/operation-typer.cc \
	src/compiler/operator-properties.cc \
	src/compiler/operator.cc \
	src/compiler/osr.cc \
	src/compiler/pipeline-statistics.cc \
	src/compiler/pipeline.cc \
	src/compiler/raw-machine-assembler.cc \
	src/compiler/redundancy-elimination.cc \
	src/compiler/register-allocator-verifier.cc \
	src/compiler/register-allocator.cc \
	src/compiler/representation-change.cc \
	src/compiler/schedule.cc \
	src/compiler/scheduler.cc \
	src/compiler/select-lowering.cc \
	src/compiler/simd-scalar-lowering.cc \
	src/compiler/simplified-lowering.cc \
	src/compiler/simplified-operator-reducer.cc \
	src/compiler/simplified-operator.cc \
	src/compiler/state-values-utils.cc \
	src/compiler/store-store-elimination.cc \
	src/compiler/tail-call-optimization.cc \
	src/compiler/type-cache.cc \
	src/compiler/typed-optimization.cc \
	src/compiler/typer.cc \
	src/compiler/types.cc \
	src/compiler/value-numbering-reducer.cc \
	src/compiler/verifier.cc \
	src/compiler/wasm-compiler.cc \
	src/compiler/wasm-linkage.cc \
	src/compiler/zone-stats.cc \
	src/context-measure.cc \
	src/contexts.cc \
	src/conversions.cc \
	src/counters.cc \
	src/crankshaft/compilation-phase.cc \
	src/crankshaft/hydrogen-bce.cc \
	src/crankshaft/hydrogen-canonicalize.cc \
	src/crankshaft/hydrogen-check-elimination.cc \
	src/crankshaft/hydrogen-dce.cc \
	src/crankshaft/hydrogen-dehoist.cc \
	src/crankshaft/hydrogen-environment-liveness.cc \
	src/crankshaft/hydrogen-escape-analysis.cc \
	src/crankshaft/hydrogen-gvn.cc \
	src/crankshaft/hydrogen-infer-representation.cc \
	src/crankshaft/hydrogen-infer-types.cc \
	src/crankshaft/hydrogen-instructions.cc \
	src/crankshaft/hydrogen-load-elimination.cc \
	src/crankshaft/hydrogen-mark-unreachable.cc \
	src/crankshaft/hydrogen-osr.cc \
	src/crankshaft/hydrogen-range-analysis.cc \
	src/crankshaft/hydrogen-redundant-phi.cc \
	src/crankshaft/hydrogen-removable-simulates.cc \
	src/crankshaft/hydrogen-representation-changes.cc \
	src/crankshaft/hydrogen-sce.cc \
	src/crankshaft/hydrogen-store-elimination.cc \
	src/crankshaft/hydrogen-types.cc \
	src/crankshaft/hydrogen-uint32-analysis.cc \
	src/crankshaft/hydrogen.cc \
	src/crankshaft/lithium-allocator.cc \
	src/crankshaft/lithium-codegen.cc \
	src/crankshaft/lithium.cc \
	src/crankshaft/typing.cc \
	src/date.cc \
	src/dateparser.cc \
	src/debug/debug-coverage.cc \
	src/debug/debug-evaluate.cc \
	src/debug/debug-frames.cc \
	src/debug/debug-scopes.cc \
	src/debug/debug.cc \
	src/debug/liveedit.cc \
	src/deoptimize-reason.cc \
	src/deoptimizer.cc \
	src/disassembler.cc \
	src/diy-fp.cc \
	src/dtoa.cc \
	src/eh-frame.cc \
	src/elements-kind.cc \
	src/elements.cc \
	src/execution.cc \
	src/extensions/externalize-string-extension.cc \
	src/extensions/free-buffer-extension.cc \
	src/extensions/gc-extension.cc \
	src/extensions/ignition-statistics-extension.cc \
	src/extensions/statistics-extension.cc \
	src/extensions/trigger-failure-extension.cc \
	src/external-reference-table.cc \
	src/factory.cc \
	src/fast-accessor-assembler.cc \
	src/fast-dtoa.cc \
	src/feedback-vector.cc \
	src/ffi/ffi-compiler.cc \
	src/field-type.cc \
	src/fixed-dtoa.cc \
	src/flags.cc \
	src/frames.cc \
	src/full-codegen/full-codegen.cc \
	src/futex-emulation.cc \
	src/gdb-jit.cc \
	src/global-handles.cc \
	src/handles.cc \
	src/heap/array-buffer-tracker.cc \
	src/heap/code-stats.cc \
	src/heap/embedder-tracing.cc \
	src/heap/gc-idle-time-handler.cc \
	src/heap/gc-tracer.cc \
	src/heap/heap.cc \
	src/heap/incremental-marking-job.cc \
	src/heap/incremental-marking.cc \
	src/heap/mark-compact.cc \
	src/heap/memory-reducer.cc \
	src/heap/object-stats.cc \
	src/heap/objects-visiting.cc \
	src/heap/scavenge-job.cc \
	src/heap/scavenger.cc \
	src/heap/spaces.cc \
	src/heap/store-buffer.cc \
	src/i18n.cc \
	src/ic/access-compiler.cc \
	src/ic/accessor-assembler.cc \
	src/ic/call-optimization.cc \
	src/ic/handler-compiler.cc \
	src/ic/ic-state.cc \
	src/ic/ic-stats.cc \
	src/ic/ic.cc \
	src/ic/keyed-store-generic.cc \
	src/ic/stub-cache.cc \
	src/icu_util.cc \
	src/identity-map.cc \
	src/interface-descriptors.cc \
	src/interpreter/bytecode-array-accessor.cc \
	src/interpreter/bytecode-array-builder.cc \
	src/interpreter/bytecode-array-iterator.cc \
	src/interpreter/bytecode-array-random-iterator.cc \
	src/interpreter/bytecode-array-writer.cc \
	src/interpreter/bytecode-dead-code-optimizer.cc \
	src/interpreter/bytecode-decoder.cc \
	src/interpreter/bytecode-flags.cc \
	src/interpreter/bytecode-generator.cc \
	src/interpreter/bytecode-label.cc \
	src/interpreter/bytecode-operands.cc \
	src/interpreter/bytecode-peephole-optimizer.cc \
	src/interpreter/bytecode-pipeline.cc \
	src/interpreter/bytecode-register-optimizer.cc \
	src/interpreter/bytecode-register.cc \
	src/interpreter/bytecodes.cc \
	src/interpreter/constant-array-builder.cc \
	src/interpreter/control-flow-builders.cc \
	src/interpreter/handler-table-builder.cc \
	src/interpreter/interpreter-assembler.cc \
	src/interpreter/interpreter-intrinsics.cc \
	src/interpreter/interpreter.cc \
	src/isolate.cc \
	src/json-parser.cc \
	src/json-stringifier.cc \
	src/keys.cc \
	src/layout-descriptor.cc \
	src/log-utils.cc \
	src/log.cc \
	src/lookup-cache.cc \
	src/lookup.cc \
	src/machine-type.cc \
	src/map-updater.cc \
	src/messages.cc \
	src/objects-debug.cc \
	src/objects-printer.cc \
	src/objects.cc \
	src/objects/literal-objects.cc \
	src/objects/scope-info.cc \
	src/ostreams.cc \
	src/parsing/duplicate-finder.cc \
	src/parsing/func-name-inferrer.cc \
	src/parsing/parameter-initializer-rewriter.cc \
	src/parsing/parse-info.cc \
	src/parsing/parser.cc \
	src/parsing/parsing.cc \
	src/parsing/pattern-rewriter.cc \
	src/parsing/preparse-data.cc \
	src/parsing/preparsed-scope-data.cc \
	src/parsing/preparser.cc \
	src/parsing/rewriter.cc \
	src/parsing/scanner-character-streams.cc \
	src/parsing/scanner.cc \
	src/parsing/token.cc \
	src/pending-compilation-error-handler.cc \
	src/perf-jit.cc \
	src/profiler/allocation-tracker.cc \
	src/profiler/cpu-profiler.cc \
	src/profiler/heap-profiler.cc \
	src/profiler/heap-snapshot-generator.cc \
	src/profiler/profile-generator.cc \
	src/profiler/profiler-listener.cc \
	src/profiler/sampling-heap-profiler.cc \
	src/profiler/strings-storage.cc \
	src/profiler/tick-sample.cc \
	src/profiler/tracing-cpu-profiler.cc \
	src/property-descriptor.cc \
	src/property.cc \
	src/regexp/interpreter-irregexp.cc \
	src/regexp/jsregexp.cc \
	src/regexp/regexp-ast.cc \
	src/regexp/regexp-macro-assembler-irregexp.cc \
	src/regexp/regexp-macro-assembler-tracer.cc \
	src/regexp/regexp-macro-assembler.cc \
	src/regexp/regexp-parser.cc \
	src/regexp/regexp-stack.cc \
	src/regexp/regexp-utils.cc \
	src/register-configuration.cc \
	src/runtime-profiler.cc \
	src/runtime/runtime-array.cc \
	src/runtime/runtime-atomics.cc \
	src/runtime/runtime-classes.cc \
	src/runtime/runtime-collections.cc \
	src/runtime/runtime-compiler.cc \
	src/runtime/runtime-date.cc \
	src/runtime/runtime-debug.cc \
	src/runtime/runtime-error.cc \
	src/runtime/runtime-forin.cc \
	src/runtime/runtime-function.cc \
	src/runtime/runtime-futex.cc \
	src/runtime/runtime-generator.cc \
	src/runtime/runtime-i18n.cc \
	src/runtime/runtime-internal.cc \
	src/runtime/runtime-interpreter.cc \
	src/runtime/runtime-literals.cc \
	src/runtime/runtime-liveedit.cc \
	src/runtime/runtime-maths.cc \
	src/runtime/runtime-module.cc \
	src/runtime/runtime-numbers.cc \
	src/runtime/runtime-object.cc \
	src/runtime/runtime-operators.cc \
	src/runtime/runtime-promise.cc \
	src/runtime/runtime-proxy.cc \
	src/runtime/runtime-regexp.cc \
	src/runtime/runtime-scopes.cc \
	src/runtime/runtime-strings.cc \
	src/runtime/runtime-symbol.cc \
	src/runtime/runtime-test.cc \
	src/runtime/runtime-typedarray.cc \
	src/runtime/runtime-wasm.cc \
	src/runtime/runtime.cc \
	src/safepoint-table.cc \
	src/snapshot/code-serializer.cc \
	src/snapshot/deserializer.cc \
	src/snapshot/natives-common.cc \
	src/snapshot/partial-serializer.cc \
	src/snapshot/serializer-common.cc \
	src/snapshot/serializer.cc \
	src/snapshot/snapshot-common.cc \
	src/snapshot/snapshot-source-sink.cc \
	src/snapshot/startup-serializer.cc \
	src/source-position-table.cc \
	src/source-position.cc \
	src/startup-data-util.cc \
	src/string-builder.cc \
	src/string-case.cc \
	src/string-stream.cc \
	src/strtod.cc \
	src/tracing/trace-event.cc \
	src/tracing/traced-value.cc \
	src/tracing/tracing-category-observer.cc \
	src/transitions.cc \
	src/type-hints.cc \
	src/type-info.cc \
	src/unicode-decoder.cc \
	src/unicode.cc \
	src/uri.cc \
	src/utils.cc \
	src/v8.cc \
	src/v8threads.cc \
	src/value-serializer.cc \
	src/version.cc \
	src/wasm/function-body-decoder.cc \
	src/wasm/module-decoder.cc \
	src/wasm/signature-map.cc \
	src/wasm/wasm-code-specialization.cc \
	src/wasm/wasm-debug.cc \
	src/wasm/wasm-external-refs.cc \
	src/wasm/wasm-interpreter.cc \
	src/wasm/wasm-js.cc \
	src/wasm/wasm-module-builder.cc \
	src/wasm/wasm-module.cc \
	src/wasm/wasm-objects.cc \
	src/wasm/wasm-opcodes.cc \
	src/wasm/wasm-result.cc \
	src/wasm/wasm-text.cc \
	src/zone/accounting-allocator.cc \
	src/zone/zone-segment.cc \
	src/zone/zone.cc
LOCAL_SRC_FILES_arm += \
	src/arm/assembler-arm.cc \
	src/arm/code-stubs-arm.cc \
	src/arm/codegen-arm.cc \
	src/arm/constants-arm.cc \
	src/arm/cpu-arm.cc \
	src/arm/deoptimizer-arm.cc \
	src/arm/disasm-arm.cc \
	src/arm/eh-frame-arm.cc \
	src/arm/frames-arm.cc \
	src/arm/interface-descriptors-arm.cc \
	src/arm/macro-assembler-arm.cc \
	src/arm/simulator-arm.cc \
	src/builtins/arm/builtins-arm.cc \
	src/compiler/arm/code-generator-arm.cc \
	src/compiler/arm/instruction-scheduler-arm.cc \
	src/compiler/arm/instruction-selector-arm.cc \
	src/compiler/arm/unwinding-info-writer-arm.cc \
	src/crankshaft/arm/lithium-arm.cc \
	src/crankshaft/arm/lithium-codegen-arm.cc \
	src/crankshaft/arm/lithium-gap-resolver-arm.cc \
	src/debug/arm/debug-arm.cc \
	src/full-codegen/arm/full-codegen-arm.cc \
	src/ic/arm/access-compiler-arm.cc \
	src/ic/arm/handler-compiler-arm.cc \
	src/ic/arm/ic-arm.cc \
	src/regexp/arm/regexp-macro-assembler-arm.cc
LOCAL_SRC_FILES_arm64 += \
	src/arm64/assembler-arm64.cc \
	src/arm64/code-stubs-arm64.cc \
	src/arm64/codegen-arm64.cc \
	src/arm64/cpu-arm64.cc \
	src/arm64/decoder-arm64.cc \
	src/arm64/deoptimizer-arm64.cc \
	src/arm64/disasm-arm64.cc \
	src/arm64/eh-frame-arm64.cc \
	src/arm64/frames-arm64.cc \
	src/arm64/instructions-arm64.cc \
	src/arm64/instrument-arm64.cc \
	src/arm64/interface-descriptors-arm64.cc \
	src/arm64/macro-assembler-arm64.cc \
	src/arm64/simulator-arm64.cc \
	src/arm64/utils-arm64.cc \
	src/builtins/arm64/builtins-arm64.cc \
	src/compiler/arm64/code-generator-arm64.cc \
	src/compiler/arm64/instruction-scheduler-arm64.cc \
	src/compiler/arm64/instruction-selector-arm64.cc \
	src/compiler/arm64/unwinding-info-writer-arm64.cc \
	src/crankshaft/arm64/delayed-masm-arm64.cc \
	src/crankshaft/arm64/lithium-arm64.cc \
	src/crankshaft/arm64/lithium-codegen-arm64.cc \
	src/crankshaft/arm64/lithium-gap-resolver-arm64.cc \
	src/debug/arm64/debug-arm64.cc \
	src/full-codegen/arm64/full-codegen-arm64.cc \
	src/ic/arm64/access-compiler-arm64.cc \
	src/ic/arm64/handler-compiler-arm64.cc \
	src/ic/arm64/ic-arm64.cc \
	src/regexp/arm64/regexp-macro-assembler-arm64.cc
LOCAL_SRC_FILES_mips += \
	src/builtins/mips/builtins-mips.cc \
	src/compiler/mips/code-generator-mips.cc \
	src/compiler/mips/instruction-scheduler-mips.cc \
	src/compiler/mips/instruction-selector-mips.cc \
	src/crankshaft/mips/lithium-codegen-mips.cc \
	src/crankshaft/mips/lithium-gap-resolver-mips.cc \
	src/crankshaft/mips/lithium-mips.cc \
	src/debug/mips/debug-mips.cc \
	src/full-codegen/mips/full-codegen-mips.cc \
	src/ic/mips/access-compiler-mips.cc \
	src/ic/mips/handler-compiler-mips.cc \
	src/ic/mips/ic-mips.cc \
	src/mips/assembler-mips.cc \
	src/mips/code-stubs-mips.cc \
	src/mips/codegen-mips.cc \
	src/mips/constants-mips.cc \
	src/mips/cpu-mips.cc \
	src/mips/deoptimizer-mips.cc \
	src/mips/disasm-mips.cc \
	src/mips/frames-mips.cc \
	src/mips/interface-descriptors-mips.cc \
	src/mips/macro-assembler-mips.cc \
	src/mips/simulator-mips.cc \
	src/regexp/mips/regexp-macro-assembler-mips.cc
LOCAL_SRC_FILES_mips64 += \
	src/builtins/mips64/builtins-mips64.cc \
	src/compiler/mips64/code-generator-mips64.cc \
	src/compiler/mips64/instruction-scheduler-mips64.cc \
	src/compiler/mips64/instruction-selector-mips64.cc \
	src/crankshaft/mips64/lithium-codegen-mips64.cc \
	src/crankshaft/mips64/lithium-gap-resolver-mips64.cc \
	src/crankshaft/mips64/lithium-mips64.cc \
	src/debug/mips64/debug-mips64.cc \
	src/full-codegen/mips64/full-codegen-mips64.cc \
	src/ic/mips64/access-compiler-mips64.cc \
	src/ic/mips64/handler-compiler-mips64.cc \
	src/ic/mips64/ic-mips64.cc \
	src/mips64/assembler-mips64.cc \
	src/mips64/code-stubs-mips64.cc \
	src/mips64/codegen-mips64.cc \
	src/mips64/constants-mips64.cc \
	src/mips64/cpu-mips64.cc \
	src/mips64/deoptimizer-mips64.cc \
	src/mips64/disasm-mips64.cc \
	src/mips64/frames-mips64.cc \
	src/mips64/interface-descriptors-mips64.cc \
	src/mips64/macro-assembler-mips64.cc \
	src/mips64/simulator-mips64.cc \
	src/regexp/mips64/regexp-macro-assembler-mips64.cc
LOCAL_SRC_FILES_x86 += \
	src/builtins/ia32/builtins-ia32.cc \
	src/compiler/ia32/code-generator-ia32.cc \
	src/compiler/ia32/instruction-scheduler-ia32.cc \
	src/compiler/ia32/instruction-selector-ia32.cc \
	src/crankshaft/ia32/lithium-codegen-ia32.cc \
	src/crankshaft/ia32/lithium-gap-resolver-ia32.cc \
	src/crankshaft/ia32/lithium-ia32.cc \
	src/debug/ia32/debug-ia32.cc \
	src/full-codegen/ia32/full-codegen-ia32.cc \
	src/ia32/assembler-ia32.cc \
	src/ia32/code-stubs-ia32.cc \
	src/ia32/codegen-ia32.cc \
	src/ia32/cpu-ia32.cc \
	src/ia32/deoptimizer-ia32.cc \
	src/ia32/disasm-ia32.cc \
	src/ia32/frames-ia32.cc \
	src/ia32/interface-descriptors-ia32.cc \
	src/ia32/macro-assembler-ia32.cc \
	src/ia32/simulator-ia32.cc \
	src/ic/ia32/access-compiler-ia32.cc \
	src/ic/ia32/handler-compiler-ia32.cc \
	src/ic/ia32/ic-ia32.cc \
	src/regexp/ia32/regexp-macro-assembler-ia32.cc
LOCAL_SRC_FILES_x86_64 += \
	src/builtins/x64/builtins-x64.cc \
	src/compiler/x64/code-generator-x64.cc \
	src/compiler/x64/instruction-scheduler-x64.cc \
	src/compiler/x64/instruction-selector-x64.cc \
	src/compiler/x64/unwinding-info-writer-x64.cc \
	src/crankshaft/x64/lithium-codegen-x64.cc \
	src/crankshaft/x64/lithium-gap-resolver-x64.cc \
	src/crankshaft/x64/lithium-x64.cc \
	src/debug/x64/debug-x64.cc \
	src/full-codegen/x64/full-codegen-x64.cc \
	src/ic/x64/access-compiler-x64.cc \
	src/ic/x64/handler-compiler-x64.cc \
	src/ic/x64/ic-x64.cc \
	src/regexp/x64/regexp-macro-assembler-x64.cc \
	src/x64/assembler-x64.cc \
	src/x64/code-stubs-x64.cc \
	src/x64/codegen-x64.cc \
	src/x64/cpu-x64.cc \
	src/x64/deoptimizer-x64.cc \
	src/x64/disasm-x64.cc \
	src/x64/eh-frame-x64.cc \
	src/x64/frames-x64.cc \
	src/x64/interface-descriptors-x64.cc \
	src/x64/macro-assembler-x64.cc \
	src/x64/simulator-x64.cc
# Enable DEBUG option.
ifeq ($(DEBUG_V8),true)
LOCAL_SRC_FILES += \
	src/objects-debug.cc \
	src/ast/prettyprinter.cc \
	src/regexp/regexp-macro-assembler-tracer.cc
endif
LOCAL_C_INCLUDES := \
	$(LOCAL_PATH)/src \
	external/icu/icu4c/source/common \
	external/icu/icu4c/source/i18n
include $(BUILD_STATIC_LIBRARY)