Android.mk revision e84e4f77388ec9c1d63fb4b21605eedca2a2e932
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include art/build/Android.common_build.mk
20
21LIBART_COMMON_SRC_FILES := \
22  atomic.cc.arm \
23  barrier.cc \
24  base/allocator.cc \
25  base/arena_allocator.cc \
26  base/bit_vector.cc \
27  base/hex_dump.cc \
28  base/logging.cc \
29  base/mutex.cc \
30  base/scoped_arena_allocator.cc \
31  base/scoped_flock.cc \
32  base/stringpiece.cc \
33  base/stringprintf.cc \
34  base/timing_logger.cc \
35  base/unix_file/fd_file.cc \
36  base/unix_file/random_access_file_utils.cc \
37  check_jni.cc \
38  class_linker.cc \
39  common_throws.cc \
40  debugger.cc \
41  dex_file.cc \
42  dex_file_verifier.cc \
43  dex_instruction.cc \
44  elf_file.cc \
45  gc/allocator/dlmalloc.cc \
46  gc/allocator/rosalloc.cc \
47  gc/accounting/bitmap.cc \
48  gc/accounting/card_table.cc \
49  gc/accounting/heap_bitmap.cc \
50  gc/accounting/mod_union_table.cc \
51  gc/accounting/remembered_set.cc \
52  gc/accounting/space_bitmap.cc \
53  gc/collector/concurrent_copying.cc \
54  gc/collector/garbage_collector.cc \
55  gc/collector/immune_region.cc \
56  gc/collector/mark_compact.cc \
57  gc/collector/mark_sweep.cc \
58  gc/collector/partial_mark_sweep.cc \
59  gc/collector/semi_space.cc \
60  gc/collector/sticky_mark_sweep.cc \
61  gc/gc_cause.cc \
62  gc/heap.cc \
63  gc/reference_processor.cc \
64  gc/reference_queue.cc \
65  gc/space/bump_pointer_space.cc \
66  gc/space/dlmalloc_space.cc \
67  gc/space/image_space.cc \
68  gc/space/large_object_space.cc \
69  gc/space/malloc_space.cc \
70  gc/space/region_space.cc \
71  gc/space/rosalloc_space.cc \
72  gc/space/space.cc \
73  gc/space/zygote_space.cc \
74  gc/task_processor.cc \
75  hprof/hprof.cc \
76  image.cc \
77  indirect_reference_table.cc \
78  instrumentation.cc \
79  intern_table.cc \
80  interpreter/interpreter.cc \
81  interpreter/interpreter_common.cc \
82  interpreter/interpreter_goto_table_impl.cc \
83  interpreter/interpreter_switch_impl.cc \
84  interpreter/unstarted_runtime.cc \
85  java_vm_ext.cc \
86  jdwp/jdwp_event.cc \
87  jdwp/jdwp_expand_buf.cc \
88  jdwp/jdwp_handler.cc \
89  jdwp/jdwp_main.cc \
90  jdwp/jdwp_request.cc \
91  jdwp/jdwp_socket.cc \
92  jdwp/object_registry.cc \
93  jni_env_ext.cc \
94  jit/jit.cc \
95  jit/jit_code_cache.cc \
96  jit/jit_instrumentation.cc \
97  jni_internal.cc \
98  jobject_comparator.cc \
99  mem_map.cc \
100  memory_region.cc \
101  mirror/art_field.cc \
102  mirror/art_method.cc \
103  mirror/array.cc \
104  mirror/class.cc \
105  mirror/dex_cache.cc \
106  mirror/object.cc \
107  mirror/reference.cc \
108  mirror/stack_trace_element.cc \
109  mirror/string.cc \
110  mirror/throwable.cc \
111  monitor.cc \
112  native_bridge_art_interface.cc \
113  native/dalvik_system_DexFile.cc \
114  native/dalvik_system_VMDebug.cc \
115  native/dalvik_system_VMRuntime.cc \
116  native/dalvik_system_VMStack.cc \
117  native/dalvik_system_ZygoteHooks.cc \
118  native/java_lang_Class.cc \
119  native/java_lang_DexCache.cc \
120  native/java_lang_Object.cc \
121  native/java_lang_Runtime.cc \
122  native/java_lang_String.cc \
123  native/java_lang_System.cc \
124  native/java_lang_Thread.cc \
125  native/java_lang_Throwable.cc \
126  native/java_lang_VMClassLoader.cc \
127  native/java_lang_ref_FinalizerReference.cc \
128  native/java_lang_ref_Reference.cc \
129  native/java_lang_reflect_Array.cc \
130  native/java_lang_reflect_Constructor.cc \
131  native/java_lang_reflect_Field.cc \
132  native/java_lang_reflect_Method.cc \
133  native/java_lang_reflect_Proxy.cc \
134  native/java_util_concurrent_atomic_AtomicLong.cc \
135  native/org_apache_harmony_dalvik_ddmc_DdmServer.cc \
136  native/org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc \
137  native/sun_misc_Unsafe.cc \
138  oat.cc \
139  oat_file.cc \
140  oat_file_assistant.cc \
141  object_lock.cc \
142  offsets.cc \
143  os_linux.cc \
144  parsed_options.cc \
145  primitive.cc \
146  quick_exception_handler.cc \
147  quick/inline_method_analyser.cc \
148  reference_table.cc \
149  reflection.cc \
150  runtime.cc \
151  runtime_options.cc \
152  signal_catcher.cc \
153  stack.cc \
154  thread.cc \
155  thread_list.cc \
156  thread_pool.cc \
157  trace.cc \
158  transaction.cc \
159  profiler.cc \
160  fault_handler.cc \
161  utf.cc \
162  utils.cc \
163  verifier/dex_gc_map.cc \
164  verifier/instruction_flags.cc \
165  verifier/method_verifier.cc \
166  verifier/reg_type.cc \
167  verifier/reg_type_cache.cc \
168  verifier/register_line.cc \
169  well_known_classes.cc \
170  zip_archive.cc
171
172LIBART_COMMON_SRC_FILES += \
173  arch/context.cc \
174  arch/instruction_set.cc \
175  arch/instruction_set_features.cc \
176  arch/memcmp16.cc \
177  arch/arm/instruction_set_features_arm.cc \
178  arch/arm/registers_arm.cc \
179  arch/arm64/instruction_set_features_arm64.cc \
180  arch/arm64/registers_arm64.cc \
181  arch/mips/instruction_set_features_mips.cc \
182  arch/mips/registers_mips.cc \
183  arch/mips64/instruction_set_features_mips64.cc \
184  arch/mips64/registers_mips64.cc \
185  arch/x86/instruction_set_features_x86.cc \
186  arch/x86/registers_x86.cc \
187  arch/x86_64/registers_x86_64.cc \
188  entrypoints/entrypoint_utils.cc \
189  entrypoints/interpreter/interpreter_entrypoints.cc \
190  entrypoints/jni/jni_entrypoints.cc \
191  entrypoints/math_entrypoints.cc \
192  entrypoints/quick/quick_alloc_entrypoints.cc \
193  entrypoints/quick/quick_cast_entrypoints.cc \
194  entrypoints/quick/quick_deoptimization_entrypoints.cc \
195  entrypoints/quick/quick_dexcache_entrypoints.cc \
196  entrypoints/quick/quick_field_entrypoints.cc \
197  entrypoints/quick/quick_fillarray_entrypoints.cc \
198  entrypoints/quick/quick_instrumentation_entrypoints.cc \
199  entrypoints/quick/quick_jni_entrypoints.cc \
200  entrypoints/quick/quick_lock_entrypoints.cc \
201  entrypoints/quick/quick_math_entrypoints.cc \
202  entrypoints/quick/quick_thread_entrypoints.cc \
203  entrypoints/quick/quick_throw_entrypoints.cc \
204  entrypoints/quick/quick_trampoline_entrypoints.cc
205
206LIBART_TARGET_LDFLAGS :=
207LIBART_HOST_LDFLAGS :=
208
209LIBART_TARGET_SRC_FILES := \
210  $(LIBART_COMMON_SRC_FILES) \
211  jdwp/jdwp_adb.cc \
212  monitor_android.cc \
213  runtime_android.cc \
214  thread_android.cc
215
216LIBART_TARGET_SRC_FILES_arm := \
217  arch/arm/context_arm.cc.arm \
218  arch/arm/entrypoints_init_arm.cc \
219  arch/arm/instruction_set_features_assembly_tests.S \
220  arch/arm/jni_entrypoints_arm.S \
221  arch/arm/memcmp16_arm.S \
222  arch/arm/quick_entrypoints_arm.S \
223  arch/arm/quick_entrypoints_cc_arm.cc \
224  arch/arm/thread_arm.cc \
225  arch/arm/fault_handler_arm.cc
226
227LIBART_TARGET_SRC_FILES_arm64 := \
228  arch/arm64/context_arm64.cc \
229  arch/arm64/entrypoints_init_arm64.cc \
230  arch/arm64/jni_entrypoints_arm64.S \
231  arch/arm64/memcmp16_arm64.S \
232  arch/arm64/quick_entrypoints_arm64.S \
233  arch/arm64/thread_arm64.cc \
234  monitor_pool.cc \
235  arch/arm64/fault_handler_arm64.cc
236
237LIBART_SRC_FILES_x86 := \
238  arch/x86/context_x86.cc \
239  arch/x86/entrypoints_init_x86.cc \
240  arch/x86/jni_entrypoints_x86.S \
241  arch/x86/memcmp16_x86.S \
242  arch/x86/quick_entrypoints_x86.S \
243  arch/x86/thread_x86.cc \
244  arch/x86/fault_handler_x86.cc
245
246LIBART_TARGET_SRC_FILES_x86 := \
247  $(LIBART_SRC_FILES_x86)
248
249# Note that the fault_handler_x86.cc is not a mistake.  This file is
250# shared between the x86 and x86_64 architectures.
251LIBART_SRC_FILES_x86_64 := \
252  arch/x86_64/context_x86_64.cc \
253  arch/x86_64/entrypoints_init_x86_64.cc \
254  arch/x86_64/jni_entrypoints_x86_64.S \
255  arch/x86_64/memcmp16_x86_64.S \
256  arch/x86_64/quick_entrypoints_x86_64.S \
257  arch/x86_64/thread_x86_64.cc \
258  monitor_pool.cc \
259  arch/x86/fault_handler_x86.cc
260
261LIBART_TARGET_SRC_FILES_x86_64 := \
262  $(LIBART_SRC_FILES_x86_64) \
263
264LIBART_TARGET_SRC_FILES_mips := \
265  arch/mips/context_mips.cc \
266  arch/mips/entrypoints_init_mips.cc \
267  arch/mips/jni_entrypoints_mips.S \
268  arch/mips/memcmp16_mips.S \
269  arch/mips/quick_entrypoints_mips.S \
270  arch/mips/thread_mips.cc \
271  arch/mips/fault_handler_mips.cc
272
273LIBART_TARGET_SRC_FILES_mips64 := \
274  arch/mips64/context_mips64.cc \
275  arch/mips64/entrypoints_init_mips64.cc \
276  arch/mips64/jni_entrypoints_mips64.S \
277  arch/mips64/memcmp16_mips64.S \
278  arch/mips64/quick_entrypoints_mips64.S \
279  arch/mips64/thread_mips64.cc \
280  monitor_pool.cc \
281  arch/mips64/fault_handler_mips64.cc
282
283LIBART_HOST_SRC_FILES := \
284  $(LIBART_COMMON_SRC_FILES) \
285  monitor_linux.cc \
286  runtime_linux.cc \
287  thread_linux.cc
288
289LIBART_HOST_SRC_FILES_32 := \
290  $(LIBART_SRC_FILES_x86)
291
292LIBART_HOST_SRC_FILES_64 := \
293  $(LIBART_SRC_FILES_x86_64)
294
295LIBART_ENUM_OPERATOR_OUT_HEADER_FILES := \
296  arch/instruction_set.h \
297  base/allocator.h \
298  base/mutex.h \
299  debugger.h \
300  base/unix_file/fd_file.h \
301  dex_file.h \
302  dex_instruction.h \
303  dex_instruction_utils.h \
304  gc_root.h \
305  gc/allocator/rosalloc.h \
306  gc/collector/gc_type.h \
307  gc/allocator_type.h \
308  gc/collector_type.h \
309  gc/space/region_space.h \
310  gc/space/space.h \
311  gc/heap.h \
312  instrumentation.h \
313  indirect_reference_table.h \
314  invoke_type.h \
315  jdwp/jdwp.h \
316  jdwp/jdwp_constants.h \
317  lock_word.h \
318  mirror/class.h \
319  oat.h \
320  object_callbacks.h \
321  profiler_options.h \
322  quick/inline_method_analyser.h \
323  runtime.h \
324  stack.h \
325  thread.h \
326  thread_state.h \
327  verifier/method_verifier.h
328
329LIBART_CFLAGS := -DBUILDING_LIBART=1
330
331ifeq ($(MALLOC_IMPL),dlmalloc)
332  LIBART_CFLAGS += -DUSE_DLMALLOC
333else
334  LIBART_CFLAGS += -DUSE_JEMALLOC
335endif
336
337# Default dex2oat instruction set features.
338LIBART_HOST_DEFAULT_INSTRUCTION_SET_FEATURES := default
339LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES := default
3402ND_LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES := default
341ifeq ($(DEX2OAT_TARGET_ARCH),arm)
342  ifneq (,$(filter $(DEX2OAT_TARGET_CPU_VARIANT),cortex-a15 krait denver))
343    LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES := atomic_ldrd_strd,div
344  else
345    ifneq (,$(filter $(DEX2OAT_TARGET_CPU_VARIANT),cortex-a7))
346      LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES := div
347    endif
348  endif
349endif
350ifeq ($(2ND_DEX2OAT_TARGET_ARCH),arm)
351  ifneq (,$(filter $(DEX2OAT_TARGET_CPU_VARIANT),cortex-a15 krait denver))
352    2ND_LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES := atomic_ldrd_strd,div
353  else
354    ifneq (,$(filter $(DEX2OAT_TARGET_CPU_VARIANT),cortex-a7))
355      2ND_LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES := div
356    endif
357  endif
358endif
359
360# $(1): target or host
361# $(2): ndebug or debug
362define build-libart
363  ifneq ($(1),target)
364    ifneq ($(1),host)
365      $$(error expected target or host for argument 1, received $(1))
366    endif
367  endif
368  ifneq ($(2),ndebug)
369    ifneq ($(2),debug)
370      $$(error expected ndebug or debug for argument 2, received $(2))
371    endif
372  endif
373
374  art_target_or_host := $(1)
375  art_ndebug_or_debug := $(2)
376
377  include $$(CLEAR_VARS)
378  # Clang assembler has problem with macros in asm_support_x86.S, http://b/17443165,
379  # on linux. Yet sdk on mac needs integrated assembler.
380  ifeq ($$(HOST_OS),darwin)
381    LOCAL_CLANG_ASFLAGS += -integrated-as
382  else
383    LOCAL_CLANG_ASFLAGS += -no-integrated-as
384  endif
385  LOCAL_CPP_EXTENSION := $$(ART_CPP_EXTENSION)
386  ifeq ($$(art_ndebug_or_debug),ndebug)
387    LOCAL_MODULE := libart
388    ifeq ($$(art_target_or_host),target)
389      LOCAL_FDO_SUPPORT := true
390    endif
391  else # debug
392    LOCAL_MODULE := libartd
393  endif
394
395  LOCAL_MODULE_TAGS := optional
396  LOCAL_MODULE_CLASS := SHARED_LIBRARIES
397
398  ifeq ($$(art_target_or_host),target)
399    LOCAL_SRC_FILES := $$(LIBART_TARGET_SRC_FILES)
400    $$(foreach arch,$$(ART_TARGET_SUPPORTED_ARCH), \
401      $$(eval LOCAL_SRC_FILES_$$(arch) := $$$$(LIBART_TARGET_SRC_FILES_$$(arch))))
402  else # host
403    LOCAL_SRC_FILES := $$(LIBART_HOST_SRC_FILES)
404    LOCAL_SRC_FILES_32 := $$(LIBART_HOST_SRC_FILES_32)
405    LOCAL_SRC_FILES_64 := $$(LIBART_HOST_SRC_FILES_64)
406    LOCAL_IS_HOST_MODULE := true
407  endif
408
409  GENERATED_SRC_DIR := $$(call local-generated-sources-dir)
410  ENUM_OPERATOR_OUT_CC_FILES := $$(patsubst %.h,%_operator_out.cc,$$(LIBART_ENUM_OPERATOR_OUT_HEADER_FILES))
411  ENUM_OPERATOR_OUT_GEN := $$(addprefix $$(GENERATED_SRC_DIR)/,$$(ENUM_OPERATOR_OUT_CC_FILES))
412
413$$(ENUM_OPERATOR_OUT_GEN): art/tools/generate-operator-out.py
414$$(ENUM_OPERATOR_OUT_GEN): PRIVATE_CUSTOM_TOOL = art/tools/generate-operator-out.py $(LOCAL_PATH) $$< > $$@
415$$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PATH)/%.h
416	$$(transform-generated-source)
417
418  LOCAL_GENERATED_SOURCES += $$(ENUM_OPERATOR_OUT_GEN)
419
420  LOCAL_CFLAGS := $$(LIBART_CFLAGS)
421  LOCAL_LDFLAGS := $$(LIBART_LDFLAGS)
422  ifeq ($$(art_target_or_host),target)
423    LOCAL_LDFLAGS += $$(LIBART_TARGET_LDFLAGS)
424  else
425    LOCAL_LDFLAGS += $$(LIBART_HOST_LDFLAGS)
426  endif
427  $$(foreach arch,$$(ART_TARGET_SUPPORTED_ARCH), \
428    $$(eval LOCAL_LDFLAGS_$$(arch) := $$(LIBART_TARGET_LDFLAGS_$$(arch))))
429
430  # Clang usage
431  ifeq ($$(art_target_or_host),target)
432    $$(eval $$(call set-target-local-clang-vars))
433    $$(eval $$(call set-target-local-cflags-vars,$(2)))
434    LOCAL_CFLAGS_$(DEX2OAT_TARGET_ARCH) += -DART_DEFAULT_INSTRUCTION_SET_FEATURES="$(LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES)"
435    LOCAL_CFLAGS_$(2ND_DEX2OAT_TARGET_ARCH) += -DART_DEFAULT_INSTRUCTION_SET_FEATURES="$(2ND_LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES)"
436  else # host
437    LOCAL_CLANG := $$(ART_HOST_CLANG)
438    LOCAL_LDLIBS := $$(ART_HOST_LDLIBS)
439    LOCAL_LDLIBS += -ldl -lpthread
440    ifeq ($$(HOST_OS),linux)
441      LOCAL_LDLIBS += -lrt
442    endif
443    LOCAL_CFLAGS += $$(ART_HOST_CFLAGS)
444    LOCAL_CFLAGS += -DART_DEFAULT_INSTRUCTION_SET_FEATURES="$(LIBART_HOST_DEFAULT_INSTRUCTION_SET_FEATURES)"
445
446    ifeq ($$(art_ndebug_or_debug),debug)
447      LOCAL_CFLAGS += $$(ART_HOST_DEBUG_CFLAGS)
448    else
449      LOCAL_CFLAGS += $$(ART_HOST_NON_DEBUG_CFLAGS)
450    endif
451    LOCAL_MULTILIB := both
452  endif
453
454  LOCAL_C_INCLUDES += $$(ART_C_INCLUDES)
455  LOCAL_C_INCLUDES += art/cmdline
456  LOCAL_C_INCLUDES += art/sigchainlib
457  LOCAL_C_INCLUDES += art
458
459  LOCAL_SHARED_LIBRARIES := libnativehelper libnativebridge libsigchain
460  LOCAL_SHARED_LIBRARIES += libbacktrace
461  ifeq ($$(art_target_or_host),target)
462    LOCAL_SHARED_LIBRARIES += libdl
463    # ZipArchive support, the order matters here to get all symbols.
464    LOCAL_STATIC_LIBRARIES := libziparchive libz
465    # For android::FileMap used by libziparchive.
466    LOCAL_SHARED_LIBRARIES += libutils
467    # For liblog, atrace, properties, ashmem, set_sched_policy and socket_peer_is_trusted.
468    LOCAL_SHARED_LIBRARIES += libcutils
469  else # host
470    LOCAL_SHARED_LIBRARIES += libziparchive-host
471    # For ashmem_create_region.
472    LOCAL_STATIC_LIBRARIES += libcutils
473  endif
474  LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
475  LOCAL_ADDITIONAL_DEPENDENCIES += $$(LOCAL_PATH)/Android.mk
476
477  ifeq ($$(art_target_or_host),target)
478    LOCAL_MODULE_TARGET_ARCH := $$(ART_TARGET_SUPPORTED_ARCH)
479  endif
480
481  LOCAL_NATIVE_COVERAGE := $(ART_COVERAGE)
482
483  ifeq ($$(art_target_or_host),target)
484    ifneq ($$(art_ndebug_or_debug),debug)
485      # Leave the symbols in the shared library so that stack unwinders can
486      # produce meaningful name resolution.
487      LOCAL_STRIP_MODULE := keep_symbols
488    endif
489    include $$(BUILD_SHARED_LIBRARY)
490  else # host
491    include $$(BUILD_HOST_SHARED_LIBRARY)
492  endif
493
494  # Clear locally defined variables.
495  GENERATED_SRC_DIR :=
496  ENUM_OPERATOR_OUT_CC_FILES :=
497  ENUM_OPERATOR_OUT_GEN :=
498  art_target_or_host :=
499  art_ndebug_or_debug :=
500endef
501
502# We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
503# they are used to cross compile for the target.
504ifeq ($(ART_BUILD_HOST_NDEBUG),true)
505  $(eval $(call build-libart,host,ndebug))
506endif
507ifeq ($(ART_BUILD_HOST_DEBUG),true)
508  $(eval $(call build-libart,host,debug))
509endif
510
511ifeq ($(ART_BUILD_TARGET_NDEBUG),true)
512#  $(error $(call build-libart,target,ndebug))
513  $(eval $(call build-libart,target,ndebug))
514endif
515ifeq ($(ART_BUILD_TARGET_DEBUG),true)
516  $(eval $(call build-libart,target,debug))
517endif
518
519# Clear locally defined variables.
520LOCAL_PATH :=
521LIBART_COMMON_SRC_FILES :=
522LIBART_HOST_DEFAULT_INSTRUCTION_SET_FEATURES :=
523LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES :=
5242ND_LIBART_TARGET_DEFAULT_INSTRUCTION_SET_FEATURES :=
525LIBART_TARGET_LDFLAGS :=
526LIBART_HOST_LDFLAGS :=
527LIBART_TARGET_SRC_FILES :=
528LIBART_TARGET_SRC_FILES_arm :=
529LIBART_TARGET_SRC_FILES_arm64 :=
530LIBART_TARGET_SRC_FILES_x86 :=
531LIBART_TARGET_SRC_FILES_x86_64 :=
532LIBART_TARGET_SRC_FILES_mips :=
533LIBART_TARGET_SRC_FILES_mips64 :=
534LIBART_HOST_SRC_FILES :=
535LIBART_HOST_SRC_FILES_32 :=
536LIBART_HOST_SRC_FILES_64 :=
537LIBART_ENUM_OPERATOR_OUT_HEADER_FILES :=
538LIBART_CFLAGS :=
539build-libart :=
540