mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
fix our install target to match the new world order
This commit is contained in:
parent
b50a4f7528
commit
4f77063755
@ -127,10 +127,10 @@
|
||||
|
||||
<!-- Install the package on the default emulator -->
|
||||
<target name="install" depends="debug">
|
||||
<echo>Installing ${out-debug-package} onto default emulator...</echo>
|
||||
<echo>Installing ${out.debug.file} onto default emulator...</echo>
|
||||
<exec executable="${adb}" failonerror="true">
|
||||
<arg value="install" />
|
||||
<arg path="${out-debug-package}" />
|
||||
<arg path="${out.debug.file}" />
|
||||
</exec>
|
||||
</target>
|
||||
<target name="astyle">
|
||||
|
Loading…
Reference in New Issue
Block a user