| Index: content/shell/android/java/content_shell_apk.xml
|
| diff --git a/content/shell/android/java/content_shell_apk.xml b/content/shell/android/java/content_shell_apk.xml
|
| index 1022f6e716cfb5fa6f5e2c1778ccf9db004408ea..283e4ebb0ac2a8a77d01a852b00bc488384f8e82 100644
|
| --- a/content/shell/android/java/content_shell_apk.xml
|
| +++ b/content/shell/android/java/content_shell_apk.xml
|
| @@ -23,7 +23,7 @@
|
| <property name="gen.absolute.dir" value="${out.dir}/gen"/>
|
| <property name="jar.libs.dir" value="${out.dir}/java/libs"/>
|
| <path id="native.libs.gdbserver">
|
| - <fileset file="${toolchain.dir}/../../gdbserver"/>
|
| + <fileset file="${android.gdbserver}"/>
|
| </path>
|
| <property name="native.libs.absolute.dir" location="${out.dir}/libs"/>
|
| <property name="asset.absolute.dir" location="${out.dir}/assets"/>
|
|
|