Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Added a support.version to the Android support tarball.
Browse files Browse the repository at this point in the history
This is to ensure the libs directory isn't optimized out.
  • Loading branch information
freakboy3742 committed Jul 9, 2016
1 parent c79bd3a commit 0d852e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,15 @@
prefix, so the libs directory will be unrolled. -->

<mkdir dir="${out.absolute.dir}/android/libs"/>
<mkdir dir="${out.absolute.dir}/android/src"/>
<move file="${out.absolute.dir}/${out.jar.name}.jar"
todir="${out.absolute.dir}/android/libs" />

<echo file="${out.absolute.dir}/android/support.version" append="false">Python version: ${python-version}
Build: ${release}
</echo>
<tar destfile="${out.absolute.dir}/Python-${python-version}-Android-support.b${release}.tar.gz"
basedir="${out.absolute.dir}/android" />
basedir="${out.absolute.dir}/android"
compression="gzip" />
</target>

<!--
Expand Down

0 comments on commit 0d852e4

Please sign in to comment.