Don't update Xmp Mod Player to 4.4.1 (75)
This commit is contained in:
parent
f81a570623
commit
d55554a568
|
@ -150,9 +150,38 @@ Build:4.3.1,73
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
ndk=r10d
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:4.4.1,75
|
||||||
|
disable=app crash on startup
|
||||||
|
commit=android-4.4.1
|
||||||
|
srclibs=Libxmp@libxmp-4.3.5,Support@android-5.0.1_r1,1:Volley@android-5.0.1_r1,Groundy@0f16c8e30e543d3a017a884530e179a0de65db50
|
||||||
|
rm=libs/*.jar,doc/xmp-android.asta
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
prebuild=sed -i 's;../../../libxmp;../$$Libxmp$$;' jni/Android.mk && \
|
||||||
|
pushd $$Libxmp$$ && \
|
||||||
|
autoconf && \
|
||||||
|
./configure && \
|
||||||
|
popd && \
|
||||||
|
mkdir -p $$Support$$/v7/appcompat/libs && \
|
||||||
|
mkdir -p $$Support$$/v7/gridlayout/libs && \
|
||||||
|
cp libs/android-support-v4.jar $$Support$$/v7/appcompat/libs && \
|
||||||
|
mv libs/android-support-v4.jar $$Support$$/v7/gridlayout/libs && \
|
||||||
|
echo -e "java.source=7\njava.target=7" >> $$Support$$/v7/appcompat/local.properties && \
|
||||||
|
echo android.library.reference.2=$$Support$$/v7/appcompat >> project.properties && \
|
||||||
|
echo android.library.reference.3=$$Support$$/v7/gridlayout >> project.properties
|
||||||
|
target=android-21
|
||||||
|
build=pushd $$Libxmp$$ && \
|
||||||
|
$$NDK$$/ndk-build && \
|
||||||
|
popd && \
|
||||||
|
pushd $$Groundy$$ && \
|
||||||
|
gradle jar && \
|
||||||
|
popd && \
|
||||||
|
mv $$Groundy$$/build/libs/groundy-1.5.jar libs/ && \
|
||||||
|
$$NDK$$/ndk-build TARGET_PLATFORM=android-21
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
The most recent libxmp version should be finde for all builds.
|
The most recent libxmp version should be fine for all builds.
|
||||||
No native libs, even with the old method on r10d are build locally.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue