Searched defs:build (Results 1 - 10 of 10) sorted by relevance

/art/benchmark/
H A DAndroid.mk19 include art/build/Android.common_build.mk
27 define build-libartbenchmark
45 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
71 $(eval $(call build-libartbenchmark,target))
74 $(eval $(call build-libartbenchmark,host))
/art/test/
H A DAndroid.libarttest.mk19 include art/build/Android.common_build.mk
57 define build-libarttest
83 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
115 $(eval $(call build-libarttest,target,))
116 $(eval $(call build-libarttest,target,debug))
119 $(eval $(call build-libarttest,host,))
120 $(eval $(call build-libarttest,host,debug))
H A DAndroid.libnativebridgetest.mk19 include art/build/Android.common_build.mk
30 define build-libnativebridgetest
48 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
79 $(eval $(call build-libnativebridgetest,target))
82 $(eval $(call build-libnativebridgetest,host))
H A DAndroid.run-test.mk18 include art/build/Android.common_test.mk
25 # The art-run-tests module, used to build all run-tests into an image.
27 # The path where build only targets will be output, e.g.
31 # A generated list of prerequisites that call 'run-test --build-only', the actual prerequisite is
49 # Helper to create individual build targets for tests. Must be called with $(eval).
51 define define-build-art-run-test
53 run_test_options = --build-only
74 $(foreach test, $(TEST_ART_RUN_TESTS), $(eval $(call define-build-art-run-test,$(test))))
80 # The build system use this flag to pick up files generated by declare-make-art-run-test.
87 define-build
[all...]
/art/build/
H A DAndroid.executable.mk17 include art/build/Android.common_build.mk
32 define build-art-executable
125 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
126 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.common_utils.mk
127 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
206 # setting and only build a 64-bit executable on host.
207 define build-art-multi-executable
240 $$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-multi-lib-dependencies),$$(art-multi-include-extra),$(target_flavor),$(debug_flavor),$$(art-multi-multilib)))
H A DAndroid.common_test.mk20 include art/build/Android.common_path.mk
180 # Create a build rule to create the dex file for a test.
191 define build-art-test-dex
198 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_test.mk $(4)
215 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_test.mk $(4)
/art/disassembler/
H A DAndroid.mk19 include art/build/Android.common_build.mk
30 define build-libart-disassembler
87 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
104 $(eval $(call build-libart-disassembler,target,ndebug))
107 $(eval $(call build-libart-disassembler,target,debug))
109 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
111 $(eval $(call build-libart-disassembler,host,ndebug))
114 $(eval $(call build-libart-disassembler,host,debug))
/art/runtime/simulator/
H A DAndroid.mk19 include art/build/Android.common_build.mk
27 define build-libart-simulator
84 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
101 $(eval $(call build-libart-simulator,host,ndebug))
104 $(eval $(call build-libart-simulator,host,debug))
/art/compiler/
H A DAndroid.mk19 include art/build/Android.common_build.mk
181 define build-libart-compiler
273 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
312 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
314 $(eval $(call build-libart-compiler,host,ndebug))
316 $(eval $(call build-libart-compiler,host,ndebug,static))
320 $(eval $(call build-libart-compiler,host,debug))
322 $(eval $(call build-libart-compiler,host,debug,static))
326 $(eval $(call build
[all...]
/art/runtime/
H A DAndroid.mk19 include art/build/Android.common_build.mk
414 define build-runtime-library
575 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
608 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
611 $(eval $(call build-runtime-library,host,ndebug,shared,libart))
612 $(eval $(call build-runtime-library,host,ndebug,shared,libopenjdkjvm))
614 $(eval $(call build-runtime-library,host,ndebug,static,libart))
615 $(eval $(call build-runtime-library,host,ndebug,static,libopenjdkjvm))
619 $(eval $(call build
[all...]

Completed in 193 milliseconds