blob: 380954185e97281113177a6f7d64904e9bc4d3d3 [file] [log] [blame]
Colin Cross1f7f3bd2016-07-27 10:12:38 -07001//
2// Copyright (C) 2011 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16
David Sehr8c0961f2018-01-23 16:11:38 -080017// Keep the __jit_debug_register_code symbol as a unique symbol during ICF for architectures where
18// we use gold as the linker (arm, x86, x86_64). The symbol is used by the debuggers to detect when
19// new jit code is generated. We don't want it to be called when a different function with the same
20// (empty) body is called.
David Srbecky440a9b32018-02-15 17:47:29 +000021JIT_DEBUG_REGISTER_CODE_LDFLAGS = [
22 "-Wl,--keep-unique,__jit_debug_register_code",
Andreas Gampe0dc93b12019-05-15 10:30:22 -070023 "-Wl,--keep-unique,__dex_debug_register_code",
David Srbecky440a9b32018-02-15 17:47:29 +000024]
David Sehr8c0961f2018-01-23 16:11:38 -080025
Nicolas Geoffray8a229072018-05-10 16:34:14 +010026libart_cc_defaults {
Colin Cross1f7f3bd2016-07-27 10:12:38 -070027 name: "libart_defaults",
28 defaults: ["art_defaults"],
29 host_supported: true,
30 srcs: [
Chang Xing605fe242017-07-20 15:57:21 -070031 "aot_class_linker.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070032 "art_field.cc",
33 "art_method.cc",
Alex Light543d8452018-07-13 16:25:58 +000034 "backtrace_helper.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070035 "barrier.cc",
Andreas Gampe7cc45fd2018-11-21 16:03:08 -080036 "base/locks.cc",
David Sehr3215fff2018-04-03 17:10:12 -070037 "base/mem_map_arena_pool.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070038 "base/mutex.cc",
David Sehrc431b9d2018-03-02 12:01:51 -080039 "base/quasi_atomic.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070040 "base/timing_logger.cc",
Mingyao Yang063fc772016-08-02 11:02:54 -070041 "cha.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070042 "class_linker.cc",
Calin Juravle87e2cb62017-06-13 21:48:45 -070043 "class_loader_context.cc",
Vladimir Markob4eb1b12018-05-24 11:09:38 +010044 "class_root.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070045 "class_table.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070046 "common_throws.cc",
47 "compiler_filter.cc",
Vladimir Marko606adb32018-04-05 14:49:24 +010048 "debug_print.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070049 "debugger.cc",
David Sehr9e734c72018-01-04 17:56:19 -080050 "dex/dex_file_annotations.cc",
David Srbeckye1402122018-06-13 18:20:45 +010051 "dex_register_location.cc",
Nicolas Geoffray4e868fa2017-04-21 17:16:44 +010052 "dex_to_dex_decompiler.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070053 "elf_file.cc",
David Sehr97c381e2017-02-01 15:09:58 -080054 "exec_utils.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070055 "fault_handler.cc",
56 "gc/allocation_record.cc",
57 "gc/allocator/dlmalloc.cc",
58 "gc/allocator/rosalloc.cc",
59 "gc/accounting/bitmap.cc",
60 "gc/accounting/card_table.cc",
61 "gc/accounting/heap_bitmap.cc",
62 "gc/accounting/mod_union_table.cc",
63 "gc/accounting/remembered_set.cc",
64 "gc/accounting/space_bitmap.cc",
65 "gc/collector/concurrent_copying.cc",
66 "gc/collector/garbage_collector.cc",
67 "gc/collector/immune_region.cc",
68 "gc/collector/immune_spaces.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070069 "gc/collector/mark_sweep.cc",
70 "gc/collector/partial_mark_sweep.cc",
71 "gc/collector/semi_space.cc",
72 "gc/collector/sticky_mark_sweep.cc",
73 "gc/gc_cause.cc",
74 "gc/heap.cc",
75 "gc/reference_processor.cc",
76 "gc/reference_queue.cc",
77 "gc/scoped_gc_critical_section.cc",
78 "gc/space/bump_pointer_space.cc",
79 "gc/space/dlmalloc_space.cc",
80 "gc/space/image_space.cc",
81 "gc/space/large_object_space.cc",
82 "gc/space/malloc_space.cc",
83 "gc/space/region_space.cc",
84 "gc/space/rosalloc_space.cc",
85 "gc/space/space.cc",
86 "gc/space/zygote_space.cc",
87 "gc/task_processor.cc",
Mathieu Chartier1ca68902017-04-18 11:26:22 -070088 "gc/verification.cc",
Andreas Gampeaa120012018-03-28 16:23:24 -070089 "hidden_api.cc",
Orion Hodson01ecfa12019-07-18 12:57:47 +010090 "hidden_api_jni.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070091 "hprof/hprof.cc",
92 "image.cc",
Vladimir Markof3c52b42017-11-17 17:32:12 +000093 "index_bss_mapping.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070094 "indirect_reference_table.cc",
95 "instrumentation.cc",
96 "intern_table.cc",
97 "interpreter/interpreter.cc",
David Srbecky912f36c2018-09-08 12:22:58 +010098 "interpreter/interpreter_cache.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070099 "interpreter/interpreter_common.cc",
buzbee78f1bdc2017-03-01 10:55:57 -0800100 "interpreter/interpreter_intrinsics.cc",
David Srbecky2ee09ff2018-10-24 13:24:22 +0100101 "interpreter/interpreter_switch_impl0.cc",
102 "interpreter/interpreter_switch_impl1.cc",
103 "interpreter/interpreter_switch_impl2.cc",
104 "interpreter/interpreter_switch_impl3.cc",
Andreas Gampe36a296f2017-06-13 14:11:11 -0700105 "interpreter/lock_count_data.cc",
106 "interpreter/shadow_frame.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700107 "interpreter/unstarted_runtime.cc",
Andreas Gampe36a296f2017-06-13 14:11:11 -0700108 "java_frame_root_info.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700109 "jdwp/jdwp_event.cc",
110 "jdwp/jdwp_expand_buf.cc",
111 "jdwp/jdwp_handler.cc",
112 "jdwp/jdwp_main.cc",
113 "jdwp/jdwp_request.cc",
114 "jdwp/jdwp_socket.cc",
115 "jdwp/object_registry.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700116 "jit/debugger_interface.cc",
117 "jit/jit.cc",
118 "jit/jit_code_cache.cc",
Nicolas Geoffray2a905b22019-06-06 09:04:07 +0100119 "jit/jit_memory_region.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700120 "jit/profiling_info.cc",
121 "jit/profile_saver.cc",
Andreas Gampec0ed43e2018-06-18 10:47:15 -0700122 "jni/check_jni.cc",
Vladimir Markoa3ad0cd2018-05-04 10:06:38 +0100123 "jni/java_vm_ext.cc",
124 "jni/jni_env_ext.cc",
Alex Light79d6c802019-06-27 15:50:11 +0000125 "jni/jni_id_manager.cc",
Vladimir Markoa3ad0cd2018-05-04 10:06:38 +0100126 "jni/jni_internal.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700127 "linear_alloc.cc",
Andreas Gampe513061a2017-06-01 09:17:34 -0700128 "managed_stack.cc",
Orion Hodsonba28f9f2016-10-26 10:56:25 +0100129 "method_handles.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700130 "mirror/array.cc",
131 "mirror/class.cc",
Alex Lightd6251582016-10-31 11:12:30 -0700132 "mirror/class_ext.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700133 "mirror/dex_cache.cc",
Narayan Kamath000e1882016-10-24 17:14:25 +0100134 "mirror/emulated_stack_frame.cc",
Neil Fuller0e844392016-09-08 13:43:31 +0100135 "mirror/executable.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700136 "mirror/field.cc",
137 "mirror/method.cc",
Narayan Kamathafa48272016-08-03 12:46:58 +0100138 "mirror/method_handle_impl.cc",
Orion Hodsonc069a302017-01-18 09:23:12 +0000139 "mirror/method_handles_lookup.cc",
Narayan Kamathafa48272016-08-03 12:46:58 +0100140 "mirror/method_type.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700141 "mirror/object.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700142 "mirror/stack_trace_element.cc",
143 "mirror/string.cc",
144 "mirror/throwable.cc",
Orion Hodson005ac512017-10-24 15:43:43 +0100145 "mirror/var_handle.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700146 "monitor.cc",
Vladimir Markof52d92f2019-03-29 12:33:02 +0000147 "monitor_objects_stack_visitor.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700148 "native_bridge_art_interface.cc",
149 "native_stack_dump.cc",
150 "native/dalvik_system_DexFile.cc",
151 "native/dalvik_system_VMDebug.cc",
152 "native/dalvik_system_VMRuntime.cc",
153 "native/dalvik_system_VMStack.cc",
154 "native/dalvik_system_ZygoteHooks.cc",
155 "native/java_lang_Class.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700156 "native/java_lang_Object.cc",
157 "native/java_lang_String.cc",
158 "native/java_lang_StringFactory.cc",
159 "native/java_lang_System.cc",
160 "native/java_lang_Thread.cc",
161 "native/java_lang_Throwable.cc",
162 "native/java_lang_VMClassLoader.cc",
Narayan Kamathbd2fed52017-01-25 10:46:54 +0000163 "native/java_lang_invoke_MethodHandleImpl.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700164 "native/java_lang_ref_FinalizerReference.cc",
165 "native/java_lang_ref_Reference.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700166 "native/java_lang_reflect_Array.cc",
167 "native/java_lang_reflect_Constructor.cc",
Neil Fuller0e844392016-09-08 13:43:31 +0100168 "native/java_lang_reflect_Executable.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700169 "native/java_lang_reflect_Field.cc",
170 "native/java_lang_reflect_Method.cc",
Neil Fuller60458a02016-09-01 15:32:44 +0100171 "native/java_lang_reflect_Parameter.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700172 "native/java_lang_reflect_Proxy.cc",
173 "native/java_util_concurrent_atomic_AtomicLong.cc",
174 "native/libcore_util_CharsetUtils.cc",
175 "native/org_apache_harmony_dalvik_ddmc_DdmServer.cc",
176 "native/org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc",
177 "native/sun_misc_Unsafe.cc",
Alex Lighte77b48b2017-02-22 11:08:06 -0800178 "non_debuggable_classes.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700179 "oat.cc",
180 "oat_file.cc",
181 "oat_file_assistant.cc",
182 "oat_file_manager.cc",
183 "oat_quick_method_header.cc",
184 "object_lock.cc",
185 "offsets.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700186 "parsed_options.cc",
187 "plugin.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700188 "quick_exception_handler.cc",
Andreas Gampeaea05c12017-05-19 08:45:02 -0700189 "read_barrier.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700190 "reference_table.cc",
191 "reflection.cc",
Alex Lightc18eba32019-09-24 14:36:27 -0700192 "reflective_value_visitor.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700193 "runtime.cc",
Andreas Gampe04bbb5b2017-01-19 17:49:03 +0000194 "runtime_callbacks.cc",
Roland Levillain21482ad2017-01-19 20:04:27 +0000195 "runtime_common.cc",
Orion Hodson26ef34c2017-11-01 13:32:41 +0000196 "runtime_intrinsics.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700197 "runtime_options.cc",
Andreas Gampec15a2f42017-04-21 12:09:39 -0700198 "scoped_thread_state_change.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700199 "signal_catcher.cc",
200 "stack.cc",
201 "stack_map.cc",
Vladimir Marko552a1342017-10-31 10:56:47 +0000202 "string_builder_append.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700203 "thread.cc",
204 "thread_list.cc",
205 "thread_pool.cc",
206 "ti/agent.cc",
207 "trace.cc",
208 "transaction.cc",
Orion Hodson537a4fe2018-05-15 13:57:58 +0100209 "var_handles.cc",
David Brazdil7b49e6c2016-09-01 11:06:18 +0100210 "vdex_file.cc",
Andreas Gampea43ba3d2019-03-13 15:49:20 -0700211 "verifier/class_verifier.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700212 "verifier/instruction_flags.cc",
213 "verifier/method_verifier.cc",
214 "verifier/reg_type.cc",
215 "verifier/reg_type_cache.cc",
216 "verifier/register_line.cc",
David Brazdilca3c8c32016-09-06 14:04:48 +0100217 "verifier/verifier_deps.cc",
Andreas Gampe90b936d2017-01-31 08:58:55 -0800218 "verify_object.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700219 "well_known_classes.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700220
221 "arch/context.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700222 "arch/instruction_set_features.cc",
223 "arch/memcmp16.cc",
224 "arch/arm/instruction_set_features_arm.cc",
225 "arch/arm/registers_arm.cc",
226 "arch/arm64/instruction_set_features_arm64.cc",
227 "arch/arm64/registers_arm64.cc",
228 "arch/mips/instruction_set_features_mips.cc",
229 "arch/mips/registers_mips.cc",
230 "arch/mips64/instruction_set_features_mips64.cc",
231 "arch/mips64/registers_mips64.cc",
232 "arch/x86/instruction_set_features_x86.cc",
233 "arch/x86/registers_x86.cc",
234 "arch/x86_64/registers_x86_64.cc",
235 "entrypoints/entrypoint_utils.cc",
236 "entrypoints/jni/jni_entrypoints.cc",
237 "entrypoints/math_entrypoints.cc",
238 "entrypoints/quick/quick_alloc_entrypoints.cc",
239 "entrypoints/quick/quick_cast_entrypoints.cc",
240 "entrypoints/quick/quick_deoptimization_entrypoints.cc",
241 "entrypoints/quick/quick_dexcache_entrypoints.cc",
Serban Constantinescuda8ffec2016-03-09 12:02:11 +0000242 "entrypoints/quick/quick_entrypoints_enum.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700243 "entrypoints/quick/quick_field_entrypoints.cc",
244 "entrypoints/quick/quick_fillarray_entrypoints.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700245 "entrypoints/quick/quick_jni_entrypoints.cc",
246 "entrypoints/quick/quick_lock_entrypoints.cc",
247 "entrypoints/quick/quick_math_entrypoints.cc",
Vladimir Marko552a1342017-10-31 10:56:47 +0000248 "entrypoints/quick/quick_string_builder_append_entrypoints.cc",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700249 "entrypoints/quick/quick_thread_entrypoints.cc",
250 "entrypoints/quick/quick_throw_entrypoints.cc",
251 "entrypoints/quick/quick_trampoline_entrypoints.cc",
252 ],
253
254 arch: {
255 arm: {
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700256 srcs: [
257 "interpreter/mterp/mterp.cc",
David Srbeckybfbc6542018-09-11 13:34:57 +0100258 ":libart_mterp.arm",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700259 "arch/arm/context_arm.cc",
260 "arch/arm/entrypoints_init_arm.cc",
261 "arch/arm/instruction_set_features_assembly_tests.S",
262 "arch/arm/jni_entrypoints_arm.S",
263 "arch/arm/memcmp16_arm.S",
264 "arch/arm/quick_entrypoints_arm.S",
265 "arch/arm/quick_entrypoints_cc_arm.cc",
266 "arch/arm/thread_arm.cc",
267 "arch/arm/fault_handler_arm.cc",
268 ],
269 },
270 arm64: {
271 srcs: [
272 "interpreter/mterp/mterp.cc",
David Srbeckybfbc6542018-09-11 13:34:57 +0100273 ":libart_mterp.arm64",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700274 "arch/arm64/context_arm64.cc",
275 "arch/arm64/entrypoints_init_arm64.cc",
276 "arch/arm64/jni_entrypoints_arm64.S",
277 "arch/arm64/memcmp16_arm64.S",
278 "arch/arm64/quick_entrypoints_arm64.S",
279 "arch/arm64/thread_arm64.cc",
280 "monitor_pool.cc",
281 "arch/arm64/fault_handler_arm64.cc",
282 ],
283 },
284 x86: {
285 srcs: [
286 "interpreter/mterp/mterp.cc",
David Srbeckybfbc6542018-09-11 13:34:57 +0100287 ":libart_mterp.x86",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700288 "arch/x86/context_x86.cc",
289 "arch/x86/entrypoints_init_x86.cc",
290 "arch/x86/jni_entrypoints_x86.S",
291 "arch/x86/memcmp16_x86.S",
292 "arch/x86/quick_entrypoints_x86.S",
293 "arch/x86/thread_x86.cc",
294 "arch/x86/fault_handler_x86.cc",
295 ],
jaishankbae88c02019-06-11 16:47:45 +0530296 avx: {
297 asflags: ["-DMTERP_USE_AVX"],
298 },
299 avx2: {
300 asflags: ["-DMTERP_USE_AVX"],
301 },
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700302 },
303 x86_64: {
304 srcs: [
305 // Note that the fault_handler_x86.cc is not a mistake. This file is
306 // shared between the x86 and x86_64 architectures.
307 "interpreter/mterp/mterp.cc",
David Srbeckybfbc6542018-09-11 13:34:57 +0100308 ":libart_mterp.x86_64",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700309 "arch/x86_64/context_x86_64.cc",
310 "arch/x86_64/entrypoints_init_x86_64.cc",
311 "arch/x86_64/jni_entrypoints_x86_64.S",
312 "arch/x86_64/memcmp16_x86_64.S",
313 "arch/x86_64/quick_entrypoints_x86_64.S",
314 "arch/x86_64/thread_x86_64.cc",
315 "monitor_pool.cc",
316 "arch/x86/fault_handler_x86.cc",
317 ],
jaishankbae88c02019-06-11 16:47:45 +0530318 avx: {
319 asflags: ["-DMTERP_USE_AVX"],
320 },
321 avx2: {
322 asflags: ["-DMTERP_USE_AVX"],
323 },
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700324 },
325 mips: {
326 srcs: [
327 "interpreter/mterp/mterp.cc",
David Srbeckybfbc6542018-09-11 13:34:57 +0100328 ":libart_mterp.mips",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700329 "arch/mips/context_mips.cc",
330 "arch/mips/entrypoints_init_mips.cc",
331 "arch/mips/jni_entrypoints_mips.S",
332 "arch/mips/memcmp16_mips.S",
333 "arch/mips/quick_entrypoints_mips.S",
334 "arch/mips/thread_mips.cc",
335 "arch/mips/fault_handler_mips.cc",
336 ],
337 },
338 mips64: {
339 srcs: [
340 "interpreter/mterp/mterp.cc",
David Srbeckybfbc6542018-09-11 13:34:57 +0100341 ":libart_mterp.mips64",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700342 "arch/mips64/context_mips64.cc",
343 "arch/mips64/entrypoints_init_mips64.cc",
344 "arch/mips64/jni_entrypoints_mips64.S",
345 "arch/mips64/memcmp16_mips64.S",
346 "arch/mips64/quick_entrypoints_mips64.S",
347 "arch/mips64/thread_mips64.cc",
348 "monitor_pool.cc",
349 "arch/mips64/fault_handler_mips64.cc",
350 ],
351 },
352 },
353 target: {
354 android: {
355 srcs: [
356 "jdwp/jdwp_adb.cc",
357 "monitor_android.cc",
358 "runtime_android.cc",
359 "thread_android.cc",
360 ],
361 shared_libs: [
dimitry268aa302019-03-19 12:25:03 +0100362 "libdl_android",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700363 ],
Nicolas Geoffray65ed42a2018-10-30 12:33:04 +0000364 static_libs: [
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700365 "libz", // For adler32.
Nicolas Geoffray65ed42a2018-10-30 12:33:04 +0000366 ],
Victor Chang0a2cdf32018-11-26 18:06:01 +0000367 cflags: [
368 // ART is allowed to link to libicuuc directly
369 // since they are in the same module
370 "-DANDROID_LINK_SHARED_ICU4C",
371 ],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700372 },
373 android_arm: {
374 ldflags: JIT_DEBUG_REGISTER_CODE_LDFLAGS,
375 },
376 android_arm64: {
377 ldflags: JIT_DEBUG_REGISTER_CODE_LDFLAGS,
378 },
379 android_x86: {
380 ldflags: JIT_DEBUG_REGISTER_CODE_LDFLAGS,
381 },
382 android_x86_64: {
383 ldflags: JIT_DEBUG_REGISTER_CODE_LDFLAGS,
384 },
385 host: {
386 srcs: [
387 "monitor_linux.cc",
388 "runtime_linux.cc",
389 "thread_linux.cc",
390 ],
Nicolas Geoffray65ed42a2018-10-30 12:33:04 +0000391 shared_libs: [
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700392 "libz", // For adler32.
Nicolas Geoffray65ed42a2018-10-30 12:33:04 +0000393 ],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700394 },
395 },
396 cflags: ["-DBUILDING_LIBART=1"],
397 generated_sources: ["art_operator_srcs"],
Igor Murashkin2bb70d32017-02-06 10:34:14 -0800398 // asm_support_gen.h (used by asm_support.h) is generated with cpp-define-generator
399 generated_headers: ["cpp-define-generator-asm-support"],
400 // export our headers so the libart-gtest targets can use it as well.
401 export_generated_headers: ["cpp-define-generator-asm-support"],
Andreas Gampe3157fc22017-08-23 09:43:46 -0700402 header_libs: [
403 "art_cmdlineparser_headers",
David Srbecky50b47432018-10-18 12:26:34 +0100404 "cpp-define-generator-definitions",
Victor Chang0a2cdf32018-11-26 18:06:01 +0000405 "libicuuc_headers",
Andreas Gampe373a9b52017-10-18 09:01:57 -0700406 "libnativehelper_header_only",
Andreas Gamped863be72017-09-12 12:02:28 -0700407 "jni_platform_headers",
Andreas Gampe3157fc22017-08-23 09:43:46 -0700408 ],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700409 shared_libs: [
Orion Hodson119733d2019-01-30 15:14:41 +0000410 "libartpalette",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700411 "libnativebridge",
412 "libnativeloader",
413 "libbacktrace",
Dimitry Ivanov1d3038f2016-09-23 16:52:05 -0700414 "liblog",
Andreas Gampeaaadff82016-08-29 09:53:48 -0700415 // For common macros.
416 "libbase",
David Srbeckyf1603942019-04-05 12:06:36 +0100417 "libunwindstack",
Colin Cross616f4002019-05-29 21:39:14 -0700418 "libsigchain",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700419 ],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700420 export_include_dirs: ["."],
Andreas Gampeaaadff82016-08-29 09:53:48 -0700421 // ART's macros.h depends on libbase's macros.h.
Andreas Gampe3157fc22017-08-23 09:43:46 -0700422 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
423 // generically. dex2oat takes care of it itself.
David Sehrfcbe15c2018-02-15 09:41:13 -0800424 export_shared_lib_headers: ["libbase"],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700425}
426
Andreas Gampeec5ed062018-01-26 16:20:02 -0800427libart_static_cc_defaults {
428 name: "libart_static_base_defaults",
Andreas Gampeec5ed062018-01-26 16:20:02 -0800429 static_libs: [
Orion Hodson119733d2019-01-30 15:14:41 +0000430 "libartpalette",
Andreas Gampeec5ed062018-01-26 16:20:02 -0800431 "libbacktrace",
432 "libbase",
Andreas Gampeec5ed062018-01-26 16:20:02 -0800433 "liblog",
Andreas Gampeec5ed062018-01-26 16:20:02 -0800434 "libnativebridge",
435 "libnativeloader",
David Brazdil35a3f6a2019-03-04 15:59:06 +0000436 "libsigchain_dummy",
Andreas Gampeec5ed062018-01-26 16:20:02 -0800437 "libunwindstack",
Nicolas Geoffray65ed42a2018-10-30 12:33:04 +0000438 "libz",
Andreas Gampeec5ed062018-01-26 16:20:02 -0800439 ],
440}
441
442cc_defaults {
443 name: "libart_static_defaults",
444 defaults: [
445 "libart_static_base_defaults",
446 "libartbase_static_defaults",
447 "libdexfile_static_defaults",
448 "libprofile_static_defaults",
449 ],
David Srbecky50928112019-03-22 17:06:28 +0000450 static_libs: [
451 "libart",
Martin Stjernholm621afb42019-09-23 22:01:36 +0100452 "libdexfile_support_static",
David Srbecky50928112019-03-22 17:06:28 +0000453 "libelffile",
454 ],
Andreas Gampeec5ed062018-01-26 16:20:02 -0800455}
456
457cc_defaults {
458 name: "libartd_static_defaults",
459 defaults: [
460 "libart_static_base_defaults",
461 "libartbased_static_defaults",
462 "libdexfiled_static_defaults",
463 "libprofiled_static_defaults",
464 ],
David Srbecky50928112019-03-22 17:06:28 +0000465 static_libs: [
466 "libartd",
Martin Stjernholm621afb42019-09-23 22:01:36 +0100467 "libdexfiled_support_static",
David Srbecky50928112019-03-22 17:06:28 +0000468 "libelffiled",
469 ],
Andreas Gampeec5ed062018-01-26 16:20:02 -0800470}
471
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700472gensrcs {
473 name: "art_operator_srcs",
Alex Lightb69d2d32018-02-21 13:37:17 -0800474 cmd: "$(location generate_operator_out) art/runtime $(in) > $(out)",
475 tools: ["generate_operator_out"],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700476 srcs: [
Andreas Gampe8764dc32019-01-07 15:20:12 -0800477 "base/callee_save_type.h",
Andreas Gampe7cc45fd2018-11-21 16:03:08 -0800478 "base/locks.h",
Mathieu Chartieradc90862018-05-11 13:03:06 -0700479 "class_loader_context.h",
Andreas Gampeee5303f2017-08-31 15:34:42 -0700480 "class_status.h",
David Sehr334b9d72018-02-12 18:27:56 -0800481 "debugger.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700482 "gc_root.h",
483 "gc/allocator_type.h",
484 "gc/allocator/rosalloc.h",
485 "gc/collector_type.h",
486 "gc/collector/gc_type.h",
487 "gc/heap.h",
488 "gc/space/region_space.h",
489 "gc/space/space.h",
490 "gc/weak_root_state.h",
491 "image.h",
492 "instrumentation.h",
493 "indirect_reference_table.h",
Alex Light40320712017-12-14 11:52:04 -0800494 "jdwp_provider.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700495 "jdwp/jdwp.h",
496 "jdwp/jdwp_constants.h",
Alex Light79d6c802019-06-27 15:50:11 +0000497 "jni_id_type.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700498 "lock_word.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700499 "oat.h",
500 "object_callbacks.h",
501 "process_state.h",
Alex Lightc18eba32019-09-24 14:36:27 -0700502 "reflective_value_visitor.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700503 "stack.h",
Alex Light46f93402017-06-29 11:59:50 -0700504 "suspend_reason.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700505 "thread.h",
506 "thread_state.h",
507 "ti/agent.h",
Orion Hodson283ad2d2018-03-26 13:37:41 +0100508 "trace.h",
Andreas Gampe6d7abbd2017-04-24 13:19:09 -0700509 "verifier/verifier_enums.h",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700510 ],
511 output_extension: "operator_out.cc",
512}
513
514// We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
515// they are used to cross compile for the target.
516
517art_cc_library {
518 name: "libart",
519 defaults: ["libart_defaults"],
Andreas Gampe20ada112016-08-29 08:51:15 -0700520 // Leave the symbols in the shared library so that stack unwinders can
521 // produce meaningful name resolution.
522 strip: {
523 keep_symbols: true,
524 },
David Sehrc431b9d2018-03-02 12:01:51 -0800525 whole_static_libs: [
David Sehrc431b9d2018-03-02 12:01:51 -0800526 ],
David Srbecky50928112019-03-22 17:06:28 +0000527 static_libs: [
528 "libelffile",
529 ],
David Sehrc431b9d2018-03-02 12:01:51 -0800530 shared_libs: [
David Sehr1f010162018-05-15 08:59:32 -0700531 "libartbase",
David Sehrc431b9d2018-03-02 12:01:51 -0800532 "libdexfile",
David Srbecky7711c352019-04-10 17:50:12 +0100533 // We need to eagerly load it so libdexfile_support used from libunwindstack can find it.
534 "libdexfile_external",
David Sehr82d046e2018-04-23 08:14:19 -0700535 "libprofile",
David Sehrc431b9d2018-03-02 12:01:51 -0800536 ],
537 export_shared_lib_headers: [
538 "libdexfile",
539 ],
Yi Kongfd8bb932018-03-12 16:52:57 -0700540 target: {
541 android: {
542 lto: {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700543 thin: true,
Yi Kongfd8bb932018-03-12 16:52:57 -0700544 },
545 },
546 },
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700547}
548
549art_cc_library {
550 name: "libartd",
551 defaults: [
Dan Willemsen2ca27802017-09-27 14:57:43 -0700552 "art_debug_defaults",
553 "libart_defaults",
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700554 ],
David Sehrc431b9d2018-03-02 12:01:51 -0800555 whole_static_libs: [
David Sehrc431b9d2018-03-02 12:01:51 -0800556 ],
David Srbecky50928112019-03-22 17:06:28 +0000557 static_libs: [
558 "libelffiled",
559 ],
David Sehrc431b9d2018-03-02 12:01:51 -0800560 shared_libs: [
David Sehr1f010162018-05-15 08:59:32 -0700561 "libartbased",
David Sehrc431b9d2018-03-02 12:01:51 -0800562 "libdexfiled",
David Srbecky7711c352019-04-10 17:50:12 +0100563 // We need to eagerly preload it, so that libunwindstack can find it.
564 // Otherwise, it would try to load the non-debug version with dlopen.
565 "libdexfiled_external",
David Sehr82d046e2018-04-23 08:14:19 -0700566 "libprofiled",
David Sehrc431b9d2018-03-02 12:01:51 -0800567 ],
568 export_shared_lib_headers: [
569 "libdexfiled",
570 ],
Colin Cross1f7f3bd2016-07-27 10:12:38 -0700571}
572
Colin Cross6b22aa52016-09-12 14:35:39 -0700573art_cc_library {
574 name: "libart-runtime-gtest",
575 defaults: ["libart-gtest-defaults"],
Calin Juravle36eb3132017-01-13 16:32:38 -0800576 srcs: [
577 "common_runtime_test.cc",
Dan Willemsen2ca27802017-09-27 14:57:43 -0700578 "dexopt_test.cc",
Calin Juravle36eb3132017-01-13 16:32:38 -0800579 ],
Colin Cross6b22aa52016-09-12 14:35:39 -0700580 shared_libs: [
581 "libartd",
David Srbecky2faab002019-02-12 16:35:48 +0000582 "libartbase-art-gtest",
Andreas Gampe3fec9ac2016-09-13 10:47:28 -0700583 "libbase",
Dan Willemsen2ca27802017-09-27 14:57:43 -0700584 "libbacktrace",
Andreas Gampe373a9b52017-10-18 09:01:57 -0700585 ],
586 header_libs: [
587 "libnativehelper_header_only",
Colin Cross6b22aa52016-09-12 14:35:39 -0700588 ],
589}
590
Colin Cross6e95dd52016-09-12 15:37:10 -0700591art_cc_test {
592 name: "art_runtime_tests",
593 defaults: [
Colin Crossafd3c9e2016-09-16 13:47:21 -0700594 "art_gtest_defaults",
Colin Cross6e95dd52016-09-12 15:37:10 -0700595 ],
596 srcs: [
597 "arch/arch_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700598 "arch/instruction_set_features_test.cc",
599 "arch/memcmp16_test.cc",
600 "arch/stub_test.cc",
601 "arch/arm/instruction_set_features_arm_test.cc",
602 "arch/arm64/instruction_set_features_arm64_test.cc",
603 "arch/mips/instruction_set_features_mips_test.cc",
604 "arch/mips64/instruction_set_features_mips64_test.cc",
605 "arch/x86/instruction_set_features_x86_test.cc",
606 "arch/x86_64/instruction_set_features_x86_64_test.cc",
607 "barrier_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700608 "base/mutex_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700609 "base/timing_logger_test.cc",
Mingyao Yang063fc772016-08-02 11:02:54 -0700610 "cha_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700611 "class_linker_test.cc",
Calin Juravle87e2cb62017-06-13 21:48:45 -0700612 "class_loader_context_test.cc",
Mathieu Chartierdb70ce52016-12-12 11:06:59 -0800613 "class_table_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700614 "compiler_filter_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700615 "entrypoints/math_entrypoints_test.cc",
616 "entrypoints/quick/quick_trampoline_entrypoints_test.cc",
617 "entrypoints_order_test.cc",
David Sehrb2ec9f52018-02-21 13:20:31 -0800618 "exec_utils_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700619 "gc/accounting/card_table_test.cc",
620 "gc/accounting/mod_union_table_test.cc",
621 "gc/accounting/space_bitmap_test.cc",
622 "gc/collector/immune_spaces_test.cc",
623 "gc/heap_test.cc",
Mathieu Chartier1ca68902017-04-18 11:26:22 -0700624 "gc/heap_verification_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700625 "gc/reference_queue_test.cc",
626 "gc/space/dlmalloc_space_static_test.cc",
627 "gc/space/dlmalloc_space_random_test.cc",
Richard Uhler84f50ae2017-02-06 15:12:45 +0000628 "gc/space/image_space_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700629 "gc/space/large_object_space_test.cc",
630 "gc/space/rosalloc_space_static_test.cc",
631 "gc/space/rosalloc_space_random_test.cc",
632 "gc/space/space_create_test.cc",
633 "gc/system_weak_test.cc",
634 "gc/task_processor_test.cc",
635 "gtest_test.cc",
636 "handle_scope_test.cc",
Mathew Inwood7d74ef52018-03-16 14:18:33 +0000637 "hidden_api_test.cc",
Andreas Gampea1ff30f2016-09-27 12:19:45 -0700638 "imtable_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700639 "indirect_reference_table_test.cc",
640 "instrumentation_test.cc",
641 "intern_table_test.cc",
642 "interpreter/safe_math_test.cc",
643 "interpreter/unstarted_runtime_test.cc",
Alex Light40320712017-12-14 11:52:04 -0800644 "jdwp/jdwp_options_test.cc",
Nicolas Geoffray2411f492019-06-14 08:54:46 +0100645 "jit/jit_memory_region_test.cc",
David Sehr1fed3432018-05-29 13:19:47 -0700646 "jit/profiling_info_test.cc",
Vladimir Markoa3ad0cd2018-05-04 10:06:38 +0100647 "jni/java_vm_ext_test.cc",
Vladimir Marko2b076df2019-02-20 11:27:52 +0000648 "jni/jni_internal_test.cc",
Orion Hodsonc1d3bac2018-01-26 14:38:55 +0000649 "method_handles_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700650 "mirror/dex_cache_test.cc",
Narayan Kamathafa48272016-08-03 12:46:58 +0100651 "mirror/method_type_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700652 "mirror/object_test.cc",
Orion Hodson005ac512017-10-24 15:43:43 +0100653 "mirror/var_handle_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700654 "monitor_pool_test.cc",
655 "monitor_test.cc",
656 "oat_file_test.cc",
657 "oat_file_assistant_test.cc",
658 "parsed_options_test.cc",
659 "prebuilt_tools_test.cc",
Vladimir Marko2b076df2019-02-20 11:27:52 +0000660 "proxy_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700661 "reference_table_test.cc",
Andreas Gampe04bbb5b2017-01-19 17:49:03 +0000662 "runtime_callbacks_test.cc",
Andreas Gampeba26b512019-05-31 13:07:26 -0700663 "runtime_test.cc",
Igor Murashkinf31a00c2017-10-27 10:52:07 -0700664 "subtype_check_info_test.cc",
Igor Murashkin495e7832017-10-27 10:56:20 -0700665 "subtype_check_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700666 "thread_pool_test.cc",
667 "transaction_test.cc",
Nicolas Geoffray21b65682019-03-12 00:49:45 +0000668 "two_runtimes_test.cc",
Richard Uhlerb8ab63a2017-01-31 11:27:37 +0000669 "vdex_file_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700670 "verifier/method_verifier_test.cc",
671 "verifier/reg_type_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700672 ],
673 shared_libs: [
674 "libbacktrace",
675 ],
Andreas Gampe3157fc22017-08-23 09:43:46 -0700676 header_libs: [
Dan Willemsen2ca27802017-09-27 14:57:43 -0700677 "art_cmdlineparser_headers", // For parsed_options_test.
Andreas Gampe3157fc22017-08-23 09:43:46 -0700678 ],
Colin Cross6e95dd52016-09-12 15:37:10 -0700679}
680
681art_cc_test {
682 name: "art_runtime_compiler_tests",
683 defaults: [
Colin Crossafd3c9e2016-09-16 13:47:21 -0700684 "art_gtest_defaults",
Colin Cross6e95dd52016-09-12 15:37:10 -0700685 ],
686 srcs: [
Colin Cross6e95dd52016-09-12 15:37:10 -0700687 "reflection_test.cc",
Vladimir Markob9c29f62019-03-20 14:22:51 +0000688 "module_exclusion_test.cc",
Colin Cross6e95dd52016-09-12 15:37:10 -0700689 ],
690 shared_libs: [
691 "libartd-compiler",
Roland Levillain12dd9ae2018-11-06 13:32:06 +0000692 "libvixld",
Colin Cross6e95dd52016-09-12 15:37:10 -0700693 ],
694}
Igor Murashkin0ae15322017-09-14 13:55:06 -0700695
696cc_library_headers {
Paul Duffin4345aac2019-07-17 15:51:54 +0100697 name: "libart_runtime_headers_ndk",
Dan Willemsen2ca27802017-09-27 14:57:43 -0700698 host_supported: true,
699 export_include_dirs: ["."],
Paul Duffin4345aac2019-07-17 15:51:54 +0100700 sdk_version: "current",
Igor Murashkin0ae15322017-09-14 13:55:06 -0700701}
David Srbeckybfbc6542018-09-11 13:34:57 +0100702
703genrule {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700704 name: "libart_mterp.arm",
705 out: ["mterp_arm.S"],
706 srcs: ["interpreter/mterp/arm/*.S"],
707 tool_files: [
708 "interpreter/mterp/gen_mterp.py",
709 "interpreter/mterp/common/gen_setup.py",
710 ],
711 cmd: "$(location interpreter/mterp/gen_mterp.py) $(out) $(in)",
David Srbeckybfbc6542018-09-11 13:34:57 +0100712}
713
714genrule {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700715 name: "libart_mterp.arm64",
716 out: ["mterp_arm64.S"],
717 srcs: ["interpreter/mterp/arm64/*.S"],
718 tool_files: [
719 "interpreter/mterp/gen_mterp.py",
720 "interpreter/mterp/common/gen_setup.py",
721 ],
722 cmd: "$(location interpreter/mterp/gen_mterp.py) $(out) $(in)",
David Srbeckybfbc6542018-09-11 13:34:57 +0100723}
724
725genrule {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700726 name: "libart_mterp.mips",
727 out: ["mterp_mips.S"],
728 srcs: ["interpreter/mterp/mips/*.S"],
729 tool_files: [
730 "interpreter/mterp/gen_mterp.py",
731 "interpreter/mterp/common/gen_setup.py",
732 ],
733 cmd: "$(location interpreter/mterp/gen_mterp.py) $(out) $(in)",
David Srbeckybfbc6542018-09-11 13:34:57 +0100734}
735
736genrule {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700737 name: "libart_mterp.mips64",
738 out: ["mterp_mips64.S"],
739 srcs: ["interpreter/mterp/mips64/*.S"],
740 tool_files: [
741 "interpreter/mterp/gen_mterp.py",
742 "interpreter/mterp/common/gen_setup.py",
743 ],
744 cmd: "$(location interpreter/mterp/gen_mterp.py) $(out) $(in)",
David Srbeckybfbc6542018-09-11 13:34:57 +0100745}
746
747genrule {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700748 name: "libart_mterp.x86",
749 out: ["mterp_x86.S"],
750 srcs: ["interpreter/mterp/x86/*.S"],
751 tool_files: [
752 "interpreter/mterp/gen_mterp.py",
753 "interpreter/mterp/common/gen_setup.py",
754 ],
755 cmd: "$(location interpreter/mterp/gen_mterp.py) $(out) $(in)",
David Srbeckybfbc6542018-09-11 13:34:57 +0100756}
757
758genrule {
Andreas Gampe0dc93b12019-05-15 10:30:22 -0700759 name: "libart_mterp.x86_64",
760 out: ["mterp_x86_64.S"],
761 srcs: ["interpreter/mterp/x86_64/*.S"],
762 tool_files: [
763 "interpreter/mterp/gen_mterp.py",
764 "interpreter/mterp/common/gen_setup.py",
765 ],
766 cmd: "$(location interpreter/mterp/gen_mterp.py) $(out) $(in)",
David Srbeckybfbc6542018-09-11 13:34:57 +0100767}