Searched refs:build (Results 1 - 25 of 50) sorted by relevance

12

/art/test/004-JniTest/
H A Dbuild28 ./default-build "$@" --experimental lambdas
/art/test/048-reflect-v8/
H A Dbuild24 ./default-build "$@" --experimental default-methods
/art/test/089-many-methods/
H A Dbuild46 ./default-build
/art/test/146-bad-interface/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/563-checker-invoke-super/
H A Dbuild24 ./default-build "$@" --experimental default-methods
/art/test/604-hot-static-interface/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/955-lambda-smali/
H A Dbuild20 ./default-build "$@" --experimental default-methods
/art/test/962-iface-static/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/963-default-range-smali/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/965-default-verify/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/966-default-conflict/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/967-default-ame/
H A Dbuild27 ./default-build "$@" --experimental default-methods
/art/test/975-iface-private/
H A Dbuild20 ./default-build "$@" --experimental default-methods
/art/test/701-easy-div-rem/
H A Dbuild32 ./default-build
/art/imgdiag/
H A DAndroid.mk19 include art/build/Android.executable.mk
32 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both,$(HOST_PREFER_32_BIT)))
/art/test/702-LargeBranchOffset/
H A Dbuild23 ./default-build
/art/test/960-default-smali/
H A Dbuild30 ./default-build "$@" --experimental default-methods
/art/test/969-iface-super/
H A Dbuild30 ./default-build "$@" --experimental default-methods
/art/profman/
H A DAndroid.mk19 include art/build/Android.executable.mk
34 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,ndebug,$(profman_arch)))
37 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,debug,$(profman_arch)))
41 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,ndebug))
44 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,debug))
/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/patchoat/
H A DAndroid.mk19 include art/build/Android.executable.mk
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,debug,$(patchoat_arch)))
39 # We always build patchoat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,debug))
/art/test/961-default-iface-resolution-generated/
H A Dbuild41 ./default-build "$@" --experimental default-methods
/art/test/964-default-iface-init-generated/
H A Dbuild41 ./default-build "$@" --experimental default-methods
/art/dex2oat/
H A DAndroid.mk19 # The supported way of using SANITIZE_TARGET is by first running a normal build,
20 # followed by a SANITIZE_TARGET=address build on top of it (in the same build
21 # tree). By disabling this module in SANITIZE_TARGET build, we keep the regular,
28 include art/build/Android.executable.mk
43 # giving 'both' would make build-art-executable generate a build
51 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libsigchain,art/compiler,target,ndebug,$(dex2oat_target_arch)))
55 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libsigchain,art/compiler,target,debug,$(dex2oat_target_arch)))
82 # We always build dex2oa
[all...]
/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))

Completed in 359 milliseconds

12