diff --git a/pkg/test_runner/lib/src/process_queue.dart b/pkg/test_runner/lib/src/process_queue.dart index 14746959a27..8b3c738ce30 100644 --- a/pkg/test_runner/lib/src/process_queue.dart +++ b/pkg/test_runner/lib/src/process_queue.dart @@ -666,6 +666,7 @@ class CommandExecutorImpl implements CommandExecutor { steps.add(() => device.runAdbShellCommand([ 'export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$deviceTestDir;' + 'export TEST_COMPILATION_DIR=$deviceTestDir;' '$devicedir/dart_precompiled_runtime', '--android-log-to-stderr', ...arguments,