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

/art/build/
H A DAndroid.libarttest.mk23 define build-libarttest
45 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/build/Android.common.mk
46 LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/build/Android.libarttest.mk
67 $(eval $(call build-libarttest,target))
71 $(eval $(call build-libarttest,host))
H A DAndroid.executable.mk17 include art/build/Android.common.mk
33 define build-art-executable
94 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
95 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
H A DAndroid.gtest.mk90 define build-art-test
118 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
119 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.gtest.mk
175 $(foreach file,$(TEST_TARGET_SRC_FILES), $(eval $(call build-art-test,target,$(file))))
179 $(foreach file,$(TEST_HOST_SRC_FILES), $(eval $(call build-art-test,host,$(file))))
/art/compiler/
H A DAndroid.mk19 include art/build/Android.common.mk
120 define build-libart-compiler
202 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
233 $(eval $(call build-libart-compiler,target,ndebug))
236 $(eval $(call build-libart-compiler,target,debug))
239 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
241 $(eval $(call build-libart-compiler,host,ndebug))
244 $(eval $(call build-libart-compiler,host,debug))
248 # Rule to build /syste
[all...]
/art/runtime/
H A DAndroid.mk19 include art/build/Android.common.mk
259 define build-libart
343 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
355 $(eval $(call build-libart,target,ndebug))
358 $(eval $(call build-libart,target,debug))
361 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
364 $(eval $(call build-libart,host,ndebug))
367 $(eval $(call build-libart,host,debug))
/art/test/
H A DAndroid.mk18 include art/build/Android.common.mk
63 define build-art-test-dex
74 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
88 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
94 $(foreach dir,$(TEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-test-dex,$(dir),$(ART_NATIVETEST_OUT))))
95 $(foreach dir,$(TEST_OAT_DIRECTORIES), $(eval $(call build-art-test-dex,oat-test-dex,$(dir),$(ART_TEST_OUT))))
153 # Helper to create individual build targets for tests.
160 $(hide) DX=$(abspath $(DX)) JASMIN=$(abspath $(HOST_OUT_EXECUTABLES)/jasmin) $(LOCAL_PATH)/run-test --build-only --output-path $$(abspath $$(dir $$@)) $(1)

Completed in 130 milliseconds