A few more formatting fixes

This commit is contained in:
Ciaran Gultnieks 2014-04-26 11:26:14 +01:00
parent a069892a8a
commit f8c78f8fc9
3 changed files with 4 additions and 4 deletions

View file

@ -22,9 +22,9 @@ Build:1.0,1
commit=3cf8be7ebc
build=sed -i '6 i \<uses-sdk android:targetSdkVersion="10"\nandroid:minSdkVersion="8" \/\>' AndroidManifest.xml && \
mkdir -p ndk/toolchains && \
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs -0 cp -r -t ndk/ && \
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs -0 cp -r -t ndk/ && \
cp -r $$NDK$$/toolchains/arm-linux-androideabi-4.6/ ndk/toolchains/ && \
sed -i '41,42s/extern/\/\/extern/g' ndk/platforms/android-9/arch-arm/usr/include/string.h && \
sed -i '41,42s/extern/\/\/extern/g' ndk/platforms/android-9/arch-arm/usr/include/string.h && \
./ndk/ndk-build && \
rm -rf ndk/
buildjni=no

View file

@ -26,7 +26,7 @@ Build:1.01,101
extlibs=arch-arm/libsonivox.so
scanignore=libs/libsonivox.so
build=mkdir -p ndk-r8e/toolchains && \
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs -0 cp -r -t ndk-r8e/ && \
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs -0 cp -r -t ndk-r8e/ && \
cp -r $$NDK$$/toolchains/arm-linux-androideabi-4.6/ ndk-r8e/toolchains/ && \
mv libs/libsonivox.so ndk-r8e/platforms/android-14/arch-arm/usr/lib/ && \
./ndk-r8e/ndk-build && \

View file

@ -26,7 +26,7 @@ Build:1.0,1
extlibs=arch-arm/libsonivox.so
scanignore=libs/libsonivox.so
build=mkdir -p ndk-r8e/toolchains/ && \
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs -0 cp -r -t ndk-r8e/ && \
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs -0 cp -r -t ndk-r8e/ && \
cp -r $$NDK$$/toolchains/arm-linux-androideabi-4.6/ ndk-r8e/toolchains/ && \
mv libs/libsonivox.so ndk-r8e/platforms/android-14/arch-arm/usr/lib/ && \
./ndk-r8e/ndk-build && \