[PATCH] D31695: Windows asan_device_setup.bat port of linux shell script
Steven Winston via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 15:07:02 PDT 2017
gpx1000 added inline comments.
================
Comment at: asan_device_setup.py:1
+#! /usr/bin/env monkeyrunner
+# ===- lib/asan/scripts/asan_device_setup -----------------------------------===#
----------------
eugenis wrote:
> there is no "monkeyrunner" in linux
another case of surviving refactoring. I believe you might be able to find monkeyrunner in the toolchain Google distributes here:
$ANDROID_HOME/tools/monkeyrunner
Will update this to reflect no longer using monkeyrunner.
https://reviews.llvm.org/D31695
More information about the llvm-commits
mailing list