Skip to content

Commit

Permalink
Update build.xml to use Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimmer committed May 7, 2014
1 parent b9a6f51 commit 72e5a5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<target name="build" depends="compile-native, compile-common, compile-java"/>

<target name="compile-native">
<exec executable="./build.sh" dir="${libs.omx.dir}"/>
<exec executable="./build.sh" dir="${libs.opus.dir}"/>
<exec executable="./build.sh" dir="${libs.alsa.dir}"/>
<exec executable="./build.sh" dir="${libs.io.dir}"/>
<exec executable="make" dir="${libs.omx.dir}"/>
<exec executable="make" dir="${libs.opus.dir}"/>
<exec executable="make" dir="${libs.alsa.dir}"/>
<exec executable="make" dir="${libs.io.dir}"/>
</target>

<target name="compile-java" depends="init">
Expand Down

0 comments on commit 72e5a5c

Please sign in to comment.