[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
Wed Apr 5 16:51:31 PDT 2017
gpx1000 added a comment.
I did have one other crazy thought. This might be entirely doable from a monkeyrunner script. You'd be pushing the requirement that the developers have Android SDK installed (which delivers both a monkeyrunner.bat and a monkeyrunner bash script. However, then you'd be able to rewrite this in python, and as a bonus eliminate a good portion of the function calls here as they are duplicated there. That might work.
https://reviews.llvm.org/D31695
More information about the llvm-commits
mailing list