Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3129)

Unified Diff: content/shell/android/java/content_shell_apk.xml

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add variable for all ant action. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9b2a6740ce8df1a53a241177069d9daf85fccb8f..c1b39bb2f1048abc82b4b75af0be3862f00875ec 100644
--- a/content/shell/android/java/content_shell_apk.xml
+++ b/content/shell/android/java/content_shell_apk.xml
@@ -17,7 +17,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="${toolchain.dir}/../../../../../prebuilt/android-${ndk.target.arch}/gdbserver/gdbserver"/>
Yaron 2012/08/22 22:51:35 Actually I don't think you can do this in one chan
Peter Beverloo 2012/08/23 10:45:48 We can pass defines/properties to ant without thin
michaelbai 2012/08/23 22:53:00 I agreed and will file a bug for refactoring this
</path>
<property name="native.libs.absolute.dir" location="${out.dir}/libs"/>
<property name="asset.absolute.dir" location="${out.dir}/assets"/>

Powered by Google App Engine
This is Rietveld 408576698