| Index: build/android/gdb_content_shell
|
| diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell
|
| index 27cc3b4df1465d667e61cc1c8a5d7474d2b8fe1b..ae6772299608fdc8bf1af177802f90b445d12a8a 100755
|
| --- a/build/android/gdb_content_shell
|
| +++ b/build/android/gdb_content_shell
|
| @@ -9,7 +9,7 @@
|
| ROOT=$(cd "$(dirname $0)"; pwd)
|
|
|
| if [ $# -gt 0 ]; then
|
| - exec $ROOT/gdb_apk -r -g "$*"
|
| + exec ${ROOT}/gdb_apk -r -g "$*"
|
| else
|
| - exec $ROOT/gdb_apk -r
|
| + exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell -l ${ROOT}/../../out/Release/lib.target/
|
| fi
|
|
|