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

/art/test/
H A DAndroid.libarttest.mk19 include art/build/Android.common_build.mk
37 define build-libarttest
55 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
86 $(eval $(call build-libarttest,target))
89 $(eval $(call build-libarttest,host))
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
159 # The path where build only targets will be output, e.g.
163 # A generated list of prerequisites that call 'run-test --build-only', the actual prerequisite is
167 # Helper to create individual build targets for tests. Must be called with $(eval).
169 define define-build-art-run-test
174 $(LOCAL_PATH)/run-test --build-only --output-path $$(abspath $$(dir $$@)) $(1)
180 $(foreach test, $(TEST_ART_RUN_TESTS), $(eval $(call define-build-art-run-test,$(test))))
186 # The build system use this flag to pick up files generated by declare-make-art-run-test.
194 define-build-art-run-test :=
880 # include libarttest build rule
[all...]
/art/disassembler/
H A DAndroid.mk19 include art/build/Android.common_build.mk
30 define build-libart-disassembler
83 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
96 $(eval $(call build-libart-disassembler,target,ndebug))
99 $(eval $(call build-libart-disassembler,target,debug))
101 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
103 $(eval $(call build-libart-disassembler,host,ndebug))
106 $(eval $(call build-libart-disassembler,host,debug))
/art/build/
H A DAndroid.executable.mk17 include art/build/Android.common_build.mk
34 define build-art-executable
88 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
89 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
H A DAndroid.common_test.mk20 include art/build/Android.common_path.mk
137 # Create a build rule to create the dex file for a test.
144 define build-art-test-dex
151 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_test.mk $(4)
165 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_test.mk $(4)
/art/compiler/
H A DAndroid.mk19 include art/build/Android.common_build.mk
167 define build-libart-compiler
257 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
284 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
286 $(eval $(call build-libart-compiler,host,ndebug))
289 $(eval $(call build-libart-compiler,host,debug))
292 $(eval $(call build-libart-compiler,target,ndebug))
295 $(eval $(call build-libart-compiler,target,debug))
298 # Rule to build /syste
[all...]
/art/runtime/
H A DAndroid.mk19 include art/build/Android.common_build.mk
335 define build-libart
446 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
472 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
475 $(eval $(call build-libart,host,ndebug))
478 $(eval $(call build-libart,host,debug))
482 # $(error $(call build-libart,target,ndebug))
483 $(eval $(call build-libart,target,ndebug))
486 $(eval $(call build
[all...]

Completed in 115 milliseconds