Index: testing/android/native_test_apk.xml |
diff --git a/testing/android/native_test_apk.xml b/testing/android/native_test_apk.xml |
index 036798827e4c35731abf15d490396550e289857e..b410bc2e83ce816f6d050ad5d0c52cd21555391e 100644 |
--- a/testing/android/native_test_apk.xml |
+++ b/testing/android/native_test_apk.xml |
@@ -32,7 +32,7 @@ found in the LICENSE file. |
<property name="target.abi" value="${APP_ABI}"/> |
<path id="native.libs.gdbserver"> |
- <fileset file="${toolchain.dir}/../../gdbserver"/> |
+ <fileset file="${android.gdbserver}"/> |
</path> |
<!-- We expect PRODUCT_DIR to be set like the gyp var |