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:
committed by
The Android Open Source Project
parent
6aafcdf7c4
commit
08c6a7853a
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user