OSDN Git Service

AI 147175: ADT #1801951: "adb.exe" misses the dot in android_rules.xml
authorRaphael Moll <>
Tue, 21 Apr 2009 20:04:52 +0000 (13:04 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Apr 2009 20:04:52 +0000 (13:04 -0700)
  BUG=1801951

Automated import of CL 147175

scripts/android_rules.xml

index 003021c..236327c 100644 (file)
@@ -64,7 +64,7 @@
     <property name="out-debug-package" value="${out-folder}/${ant.project.name}-debug.apk"/>
 
     <!-- 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}"/>
 
     <!-- rules -->