Chromium Code Reviews| Index: build/android/adb_content_shell_command_line |
| diff --git a/build/android/adb_content_shell_command_line b/build/android/adb_content_shell_command_line |
| index 2ac7ece75c771b031ccd5946dc709aae6678ca93..02ef8028d871b530b9948a4f97db1a26206cb25e 100755 |
| --- a/build/android/adb_content_shell_command_line |
| +++ b/build/android/adb_content_shell_command_line |
| @@ -13,8 +13,5 @@ |
| # To remove all content shell flags, pass an empty string for the flags: |
| # adb_content_shell_command_line "" |
| -. $(dirname $0)/adb_command_line_functions.sh |
| -CMD_LINE_FILE=/data/local/tmp/content-shell-command-line |
| -REQUIRES_SU=0 |
| -set_command_line "$@" |
| - |
| +exec $(dirname $0)/adb_command_line.py --device-path \ |
| + /data/local/tmp/content-shell-command-line "$@" |
|
jbudorick
2015/11/23 20:02:10
Does this work with both the no-arg case and the s
agrieve
2015/11/23 20:42:47
It does. "$@" is magic!
|