2015-07-06 17:27:45 -04:00
|
|
|
#!/bin/sh
|
2016-06-05 16:00:56 -04:00
|
|
|
export TARGET_ARCH=westmere
|
2015-07-06 17:27:45 -04:00
|
|
|
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
2016-06-05 16:00:56 -04:00
|
|
|
NDK_PLATFORM_COMPAT=android-21 ARCH=x86_64 HOST_COMPILER=x86_64-linux-android "$(dirname "$0")/android-build.sh"
|