Mojo: Send Android args in a string array, not JSON.

Use adb shell am's comma-separated --esa argument.
(escape commas in the script and un-escape them in Java)

John was hitting a JSON parsing error/crash locally.
This should circumvent that error and reduce complexity.

BUG=NONE
TEST=Android Mojo and Mandoline still works as expected.
R=sky@chromium.org,jam@chromium.org

Review URL: https://codereview.chromium.org/1151363004

Cr-Commit-Position: refs/heads/master@{#333018}
2 files changed