AI 147175: ADT #1801951: "adb.exe" misses the dot in android_rules.xml

BUG=1801951

Automated import of CL 147175
This commit is contained in:
Raphael Moll
2009-04-21 13:04:52 -07:00
committed by The Android Open Source Project
parent 6aafcdf7c4
commit 08c6a7853a

View File

@@ -64,7 +64,7 @@
<property name="out-debug-package" value="${out-folder}/${ant.project.name}-debug.apk"/> <property name="out-debug-package" value="${out-folder}/${ant.project.name}-debug.apk"/>
<!-- Tools --> <!-- Tools -->
<condition property="exe" value="exe" else=""><os family="windows"/></condition> <condition property="exe" value=".exe" else=""><os family="windows"/></condition>
<property name="adb" value="${android-tools}/adb${exe}"/> <property name="adb" value="${android-tools}/adb${exe}"/>
<!-- rules --> <!-- rules -->