Remove android-mip32.sh
It doesn't properly build the library, so remove it until it eventually gets fixed
This commit is contained in:
parent
79fe40cfe8
commit
da76a860af
@ -4,7 +4,6 @@ EXTRA_DIST = \
|
|||||||
android-arm.sh \
|
android-arm.sh \
|
||||||
android-armv7-a.sh \
|
android-armv7-a.sh \
|
||||||
android-armv8-a.sh \
|
android-armv8-a.sh \
|
||||||
android-mips32.sh \
|
|
||||||
android-mips64.sh \
|
android-mips64.sh \
|
||||||
android-x86.sh \
|
android-x86.sh \
|
||||||
android-x86_64.sh \
|
android-x86_64.sh \
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
export TARGET_ARCH=mips32
|
|
||||||
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
|
||||||
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|
|
Loading…
Reference in New Issue
Block a user