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
38 define build-libarttest
56 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
87 $(eval $(call build-libarttest,target))
90 $(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
160 # The path where build only targets will be output, e.g.
164 # A generated list of prerequisites that call 'run-test --build-only', the actual prerequisite is
168 # Helper to create individual build targets for tests. Must be called with $(eval).
170 define define-build-art-run-test
175 $(LOCAL_PATH)/run-test --build-only --output-path $$(abspath $$(dir $$@)) $(1)
181 $(foreach test, $(TEST_ART_RUN_TESTS), $(eval $(call define-build-art-run-test,$(test))))
187 # The build system use this flag to pick up files generated by declare-make-art-run-test.
195 define-build-art-run-test :=
881 # 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
95 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
96 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
168 define build-libart-compiler
258 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
285 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
287 $(eval $(call build-libart-compiler,host,ndebug))
290 $(eval $(call build-libart-compiler,host,debug))
293 $(eval $(call build-libart-compiler,target,ndebug))
296 $(eval $(call build-libart-compiler,target,debug))
299 # Rule to build /syste
[all...]
/art/runtime/
H A DAndroid.mk19 include art/build/Android.common_build.mk
336 define build-libart
447 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
473 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
476 $(eval $(call build-libart,host,ndebug))
479 $(eval $(call build-libart,host,debug))
483 # $(error $(call build-libart,target,ndebug))
484 $(eval $(call build-libart,target,ndebug))
487 $(eval $(call build
[all...]

Completed in 1098 milliseconds