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

/art/
H A DAndroid.mk25 include $(art_path)/build/Android.common_path.mk
26 include $(art_path)/build/Android.oat.mk
60 include $(art_path)/build/Android.cpplint.mk
97 include $(art_path)/build/Android.common_test.mk
98 include $(art_path)/build/Android.gtest.mk
132 # "mm test-art" to build and run all tests on host and device
150 # top-level build (to declare the vixl test rule).
160 # "mm test-art-host" to build and run all host tests.
253 # "mm test-art-target" to build and run all target tests.
439 define build
[all...]
/art/build/
H A DAndroid.common_test.mk20 include art/build/Android.common_path.mk
111 # Create a build rule to create the dex file for a test.
122 define build-art-test-dex
129 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_test.mk $(4)
146 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_test.mk $(4)
/art/test/testrunner/
H A Dtestrunner.py25 Before invoking the script, first build all the tests dependencies.
26 There are two major build targets for building target and host tests
38 -b / --build-dependencies: to build the dependencies before running the test
114 build = False variable
498 options_test += ' --build-with-jack'
500 options_test += ' --build-with-javac-dx'
503 options_test += ' --build-with-d8'
506 # fix build breakages.
882 """Setup environment for the build targe
[all...]

Completed in 84 milliseconds