Merge branch 'dkoch_fix_apk_args' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 21 Jan 2016 16:27:05 +0000 (11:27 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 21 Jan 2016 16:27:05 +0000 (11:27 -0500)
commit08f0e1dcd7afaac8e923d325391156d0dcb9fc06
tree0e4ff3a502a958bf4e8a5b243b5d664eb4d58f1c
parentf28fab1e97a0d89f923240416d1e76d857391da9
parentcd17da3acc0143288d55022b16b92701b2482e9b
Merge branch 'dkoch_fix_apk_args' into 'master'

Fix typo in android launch command

I believe the correct argument is supposed to be "-e" not "-es" (that's what I've always been using and -es doesn't seem to work).

See merge request !365