Lines Matching refs:device
3 This file documents the use of a chroot environment in on-device testing of the
5 a locally built source tree on a device running (almost any) system image and
6 does not interfere with the Runtime installed in the device's system partition.
12 `/data/local` (e.g. `ART_TEST_CHROOT=/data/local/art-test-chroot`) on a device,
14 shell chroot $ART_TEST_CHROOT <command>` to execute commands on the device
20 system") running on the device. This has some benefits:
22 * no need to build and flash a whole device to do ART testing (or "overwriting"
28 functional Android Runtime is necessary to properly boot a device);
32 Note that using this chroot-based approach requires root access to the device
71 4. Clean up the device:
73 art/tools/buildbot-cleanup-device.sh
75 5. Setup the device (including setting up mount points and files in the chroot directory):
77 art/tools/buildbot-setup-device.sh
79 6. Populate the chroot tree on the device (including "activating" APEX packages
108 art/tools/run-libcore-tests.sh --mode=device --variant=X64
112 art/tools/run-libcore-tests.sh --mode=device --variant=X32
117 art/tools/run-jdwp-tests.sh --mode=device --variant=X64
121 art/tools/run-jdwp-tests.sh --mode=device --variant=X32
123 11. Tear down device setup:
125 art/tools/buildbot-teardown-device.sh
127 12. Clean up the device:
129 art/tools/buildbot-cleanup-device.sh