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

Unified Diff: build/android/ant/common.xml

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 3 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
« no previous file with comments | « no previous file | build/android/gdb_apk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/common.xml
diff --git a/build/android/ant/common.xml b/build/android/ant/common.xml
index c7c730ba3b45e5a9a4b6528b7d3229cb16a63e70..ff88fd06840d01c5a0c079330838445f5b376ca1 100644
--- a/build/android/ant/common.xml
+++ b/build/android/ant/common.xml
@@ -53,7 +53,7 @@
<condition>
<and>
<equals arg1="@{check-exists}" arg2="true"/>
- <not><available type="dir" file="@{location}"/></not>
+ <not><available file="@{location}"/></not>
</and>
</condition>
</fail>
@@ -74,5 +74,5 @@
<property-location name="sdk.dir" location="${ANDROID_SDK_ROOT}"/>
<property-value name="target" value="android-${ANDROID_SDK_VERSION}"/>
<property name="source.dir" location="src"/>
- <property-location name="toolchain.dir" location="${ANDROID_TOOLCHAIN}"/>
+ <property-location name="android.gdbserver" location="${ANDROID_GDBSERVER}"/>
</project>
« no previous file with comments | « no previous file | build/android/gdb_apk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698