Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 14 in {ndkPath}/samples/HelloComputeNDK/AndroidManifest.xml    
rm -f {ndkPath}/samples/HelloComputeNDK/libs/arm64-v8a/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/armeabi/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a-hard/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/mips/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/mips64/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/x86/lib*.so {ndkPath}/samples/HelloComputeNDK/libs/x86_64/lib*.so
rm -f {ndkPath}/samples/HelloComputeNDK/libs/arm64-v8a/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/armeabi/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a-hard/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/mips/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/mips64/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/x86/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/x86_64/gdbserver
rm -f {ndkPath}/samples/HelloComputeNDK/libs/arm64-v8a/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/armeabi/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a-hard/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/mips/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/mips64/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/x86/gdb.setup {ndkPath}/samples/HelloComputeNDK/libs/x86_64/gdb.setup
mkdir -p {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a
echo [armeabi-v7a] "Gdbserver      ": "[arm-{platform}-androideabi-4.8] libs/armeabi-v7a/gdbserver"
install -p {ndkPath}/prebuilt/android-arm/gdbserver/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/gdbserver
echo [armeabi-v7a] "Gdbsetup       ": "libs/armeabi-v7a/gdb.setup"
echo "set solib-search-path {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a" > {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/gdb.setup
echo "source {ndkPath}/prebuilt/common/gdb/common.setup" >> {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/gdb.setup
echo "directory {ndkPath}/platforms/android-19/arch-arm/usr/include {ndkPath}/samples/HelloComputeNDK/jni {ndkPath}/platforms/android-19/arch-arm/usr/include/rs/cpp {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk {ndkPath}/sources/cxx-stl/stlport/stlport {ndkPath}/sources/cxx-stl//gabi++/include" >> {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/gdb.setup
mkdir -p {ndkPath}/samples/HelloComputeNDK/libs/x86
echo [x86] "Gdbserver      ": "[x86-4.8] libs/x86/gdbserver"
install -p {ndkPath}/prebuilt/android-x86/gdbserver/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/x86/gdbserver
echo [x86] "Gdbsetup       ": "libs/x86/gdb.setup"
echo "set solib-search-path {ndkPath}/samples/HelloComputeNDK/obj/local/x86" > {ndkPath}/samples/HelloComputeNDK/libs/x86/gdb.setup
echo "source {ndkPath}/prebuilt/common/gdb/common.setup" >> {ndkPath}/samples/HelloComputeNDK/libs/x86/gdb.setup
echo "directory {ndkPath}/platforms/android-19/arch-x86/usr/include {ndkPath}/samples/HelloComputeNDK/jni {ndkPath}/platforms/android-19/arch-x86/usr/include/rs/cpp {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk {ndkPath}/sources/cxx-stl/stlport/stlport {ndkPath}/sources/cxx-stl//gabi++/include" >> {ndkPath}/samples/HelloComputeNDK/libs/x86/gdb.setup
mkdir -p {ndkPath}/samples/HelloComputeNDK/libs/mips
echo [mips] "Gdbserver      ": "[mipsel-{platform}-android-4.8] libs/mips/gdbserver"
install -p {ndkPath}/prebuilt/android-mips/gdbserver/gdbserver {ndkPath}/samples/HelloComputeNDK/libs/mips/gdbserver
echo [mips] "Gdbsetup       ": "libs/mips/gdb.setup"
echo "set solib-search-path {ndkPath}/samples/HelloComputeNDK/obj/local/mips" > {ndkPath}/samples/HelloComputeNDK/libs/mips/gdb.setup
echo "source {ndkPath}/prebuilt/common/gdb/common.setup" >> {ndkPath}/samples/HelloComputeNDK/libs/mips/gdb.setup
echo "directory {ndkPath}/platforms/android-19/arch-mips/usr/include {ndkPath}/samples/HelloComputeNDK/jni {ndkPath}/platforms/android-19/arch-mips/usr/include/rs/cpp {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk {ndkPath}/sources/cxx-stl/stlport/stlport {ndkPath}/sources/cxx-stl//gabi++/include" >> {ndkPath}/samples/HelloComputeNDK/libs/mips/gdb.setup
mkdir -p {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a
echo [armeabi-v7a] "Prebuilt       ": "libRSSupport.so <= <NDK>/platforms/android-19/arch-arm/usr/lib/rs/"
cp -f {ndkPath}/platforms/android-19/arch-arm/usr/lib/rs/libRSSupport.so {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/libRSSupport.so
echo [armeabi-v7a] "Install        ": "libRSSupport.so => libs/armeabi-v7a/libRSSupport.so"
install -p {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/libRSSupport.so {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/libRSSupport.so
{ndkPath}/toolchains/arm-{platform}-androideabi-4.8/prebuilt/{platform}-x86_64/bin/arm-{platform}-androideabi-strip --strip-unneeded  {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/libRSSupport.so
echo [armeabi-v7a] "Compile RS     ": "hellocomputendk <= mono.rs"
cd {ndkPath}/samples/HelloComputeNDK/jni/ &&  {ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/bin/llvm-rs-cc -o {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/ -d {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk -MD -reflect-c++ -target-api 19 -I{ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/lib/clang/3.5/include -I{ndkPath}/platforms/android-19/arch-arm/usr/include/rs/scriptc -I{ndkPath}/samples/HelloComputeNDK/jni -Wall -Werror -m32    mono.rs
{ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/bin/bcc_compat -O3 -o {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/mono.bc.o -fPIC -shared -rt-path {ndkPath}/platforms/android-19/arch-arm/usr/lib/rs/libclcore.bc -mtriple armv7-none-{platform}-gnueabi {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/mono.bc &&  {ndkPath}/toolchains/arm-{platform}-androideabi-4.8/prebuilt/{platform}-x86_64/bin/arm-{platform}-androideabi-g++ -shared -Wl,-soname,librs.mono.so -nostdlib {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/mono.bc.o {ndkPath}/platforms/android-19/arch-arm/usr/lib/rs/libcompiler_rt.a -o {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/librs.mono.so -L {ndkPath}/platforms/android-19/arch-arm/usr/lib -L {ndkPath}/platforms/android-19/arch-arm/usr/lib/rs -no-canonical-prefixes -march=armv7-a -Wl,--fix-cortex-a8 -lRSSupport -lm -lc &&  {ndkPath}/toolchains/arm-{platform}-androideabi-4.8/prebuilt/{platform}-x86_64/bin/arm-{platform}-androideabi-g++ -MMD -MP -MF {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/mono.o.d -fpic -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -fno-exceptions -fno-rtti -mthumb -Os -g -DNDEBUG -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -O0 -UNDEBUG -marm -fno-omit-frame-pointer -I{ndkPath}/platforms/android-19/arch-arm/usr/include/rs/cpp -I{ndkPath}/platforms/android-19/arch-arm/usr/include/rs -I{ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk -I{ndkPath}/sources/cxx-stl/stlport/stlport -I{ndkPath}/sources/cxx-stl//gabi++/include -I{ndkPath}/samples/HelloComputeNDK/jni -DANDROID  -Wa,--noexecstack -Wformat -Werror=format-security  -frtti     -I{ndkPath}/platforms/android-19/arch-arm/usr/include -fno-rtti -c  {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/./ScriptC_mono.cpp -o {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/mono.o 
mkdir -p {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk
echo [armeabi-v7a] "Compile++ thumb": "hellocomputendk <= helloComputeNDK.cpp"
{ndkPath}/toolchains/arm-{platform}-androideabi-4.8/prebuilt/{platform}-x86_64/bin/arm-{platform}-androideabi-g++ -MMD -MP -MF {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/helloComputeNDK.o.d -fpic -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -fno-exceptions -fno-rtti -mthumb -Os -g -DNDEBUG -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -O0 -UNDEBUG -marm -fno-omit-frame-pointer -I{ndkPath}/platforms/android-19/arch-arm/usr/include/rs/cpp -I{ndkPath}/platforms/android-19/arch-arm/usr/include/rs -I{ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk -I{ndkPath}/sources/cxx-stl/stlport/stlport -I{ndkPath}/sources/cxx-stl//gabi++/include -I{ndkPath}/samples/HelloComputeNDK/jni -DANDROID  -Wa,--noexecstack -Wformat -Werror=format-security  -frtti     -I{ndkPath}/platforms/android-19/arch-arm/usr/include -c  {ndkPath}/samples/HelloComputeNDK/jni/helloComputeNDK.cpp -o {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/helloComputeNDK.o 
mkdir -p {ndkPath}/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb
echo [armeabi-v7a] "SharedLibrary  ": "libhellocomputendk.so"
{ndkPath}/toolchains/arm-{platform}-androideabi-4.8/prebuilt/{platform}-x86_64/bin/arm-{platform}-androideabi-g++ -Wl,-soname,libhellocomputendk.so -shared --sysroot={ndkPath}/platforms/android-19/arch-arm {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/helloComputeNDK.o {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/objs-debug/hellocomputendk/mono.o {ndkPath}/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/libstlport_static.a -lgcc -no-canonical-prefixes -march=armv7-a -Wl,--fix-cortex-a8 -L{ndkPath}/platforms/android-19/arch-arm/usr/include/../lib/rs -Wl,--no-undefined -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now  -L{ndkPath}/platforms/android-19/arch-arm/usr/lib -ldl -llog -ljnigraphics -lRScpp_static -lc -lm -o {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/libhellocomputendk.so
echo [armeabi-v7a] "Install        ": "libhellocomputendk.so => libs/armeabi-v7a/libhellocomputendk.so"
install -p {ndkPath}/samples/HelloComputeNDK/obj/local/armeabi-v7a/libhellocomputendk.so {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/libhellocomputendk.so
{ndkPath}/toolchains/arm-{platform}-androideabi-4.8/prebuilt/{platform}-x86_64/bin/arm-{platform}-androideabi-strip --strip-unneeded  {ndkPath}/samples/HelloComputeNDK/libs/armeabi-v7a/libhellocomputendk.so
mkdir -p {ndkPath}/samples/HelloComputeNDK/obj/local/x86
echo [x86] "Prebuilt       ": "libRSSupport.so <= <NDK>/platforms/android-19/arch-x86/usr/lib/rs/"
cp -f {ndkPath}/platforms/android-19/arch-x86/usr/lib/rs/libRSSupport.so {ndkPath}/samples/HelloComputeNDK/obj/local/x86/libRSSupport.so
echo [x86] "Install        ": "libRSSupport.so => libs/x86/libRSSupport.so"
install -p {ndkPath}/samples/HelloComputeNDK/obj/local/x86/libRSSupport.so {ndkPath}/samples/HelloComputeNDK/libs/x86/libRSSupport.so
{ndkPath}/toolchains/x86-4.8/prebuilt/{platform}-x86_64/bin/i686-{platform}-android-strip --strip-unneeded  {ndkPath}/samples/HelloComputeNDK/libs/x86/libRSSupport.so
echo [x86] "Compile RS     ": "hellocomputendk <= mono.rs"
cd {ndkPath}/samples/HelloComputeNDK/jni/ &&  {ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/bin/llvm-rs-cc -o {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/ -d {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk -MD -reflect-c++ -target-api 19 -I{ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/lib/clang/3.5/include -I{ndkPath}/platforms/android-19/arch-x86/usr/include/rs/scriptc -I{ndkPath}/samples/HelloComputeNDK/jni -Wall -Werror -m32    mono.rs
{ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/bin/bcc_compat -O3 -o {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/mono.bc.o -fPIC -shared -rt-path {ndkPath}/platforms/android-19/arch-x86/usr/lib/rs/libclcore.bc -mtriple i686-unknown-{platform} {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/mono.bc &&  {ndkPath}/toolchains/x86-4.8/prebuilt/{platform}-x86_64/bin/i686-{platform}-android-g++ -shared -Wl,-soname,librs.mono.so -nostdlib {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/mono.bc.o {ndkPath}/platforms/android-19/arch-x86/usr/lib/rs/libcompiler_rt.a -o {ndkPath}/samples/HelloComputeNDK/libs/x86/librs.mono.so -L {ndkPath}/platforms/android-19/arch-x86/usr/lib -L {ndkPath}/platforms/android-19/arch-x86/usr/lib/rs -no-canonical-prefixes -lRSSupport -lm -lc &&  {ndkPath}/toolchains/x86-4.8/prebuilt/{platform}-x86_64/bin/i686-{platform}-android-g++ -MMD -MP -MF {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/mono.o.d -ffunction-sections -funwind-tables -no-canonical-prefixes -fstack-protector -fno-exceptions -fno-rtti -O2 -g -DNDEBUG -fomit-frame-pointer -fstrict-aliasing -funswitch-loops -finline-limit=300 -O0 -UNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing -I{ndkPath}/platforms/android-19/arch-x86/usr/include/rs/cpp -I{ndkPath}/platforms/android-19/arch-x86/usr/include/rs -I{ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk -I{ndkPath}/sources/cxx-stl/stlport/stlport -I{ndkPath}/sources/cxx-stl//gabi++/include -I{ndkPath}/samples/HelloComputeNDK/jni -DANDROID  -Wa,--noexecstack -Wformat -Werror=format-security  -frtti     -I{ndkPath}/platforms/android-19/arch-x86/usr/include -fno-rtti -c  {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/./ScriptC_mono.cpp -o {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/mono.o 
mkdir -p {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk
echo [x86] "Compile++      ": "hellocomputendk <= helloComputeNDK.cpp"
{ndkPath}/toolchains/x86-4.8/prebuilt/{platform}-x86_64/bin/i686-{platform}-android-g++ -MMD -MP -MF {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/helloComputeNDK.o.d -ffunction-sections -funwind-tables -no-canonical-prefixes -fstack-protector -fno-exceptions -fno-rtti -O2 -g -DNDEBUG -fomit-frame-pointer -fstrict-aliasing -funswitch-loops -finline-limit=300 -O0 -UNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing -I{ndkPath}/platforms/android-19/arch-x86/usr/include/rs/cpp -I{ndkPath}/platforms/android-19/arch-x86/usr/include/rs -I{ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk -I{ndkPath}/sources/cxx-stl/stlport/stlport -I{ndkPath}/sources/cxx-stl//gabi++/include -I{ndkPath}/samples/HelloComputeNDK/jni -DANDROID  -Wa,--noexecstack -Wformat -Werror=format-security  -frtti     -I{ndkPath}/platforms/android-19/arch-x86/usr/include -c  {ndkPath}/samples/HelloComputeNDK/jni/helloComputeNDK.cpp -o {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/helloComputeNDK.o 
mkdir -p {ndkPath}/sources/cxx-stl/stlport/libs/x86
echo [x86] "SharedLibrary  ": "libhellocomputendk.so"
{ndkPath}/toolchains/x86-4.8/prebuilt/{platform}-x86_64/bin/i686-{platform}-android-g++ -Wl,-soname,libhellocomputendk.so -shared --sysroot={ndkPath}/platforms/android-19/arch-x86 {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/helloComputeNDK.o {ndkPath}/samples/HelloComputeNDK/obj/local/x86/objs-debug/hellocomputendk/mono.o {ndkPath}/sources/cxx-stl/stlport/libs/x86/libstlport_static.a -lgcc -no-canonical-prefixes -L{ndkPath}/platforms/android-19/arch-x86/usr/include/../lib/rs -Wl,--no-undefined -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now  -L{ndkPath}/platforms/android-19/arch-x86/usr/lib -ldl -llog -ljnigraphics -lRScpp_static -lc -lm -o {ndkPath}/samples/HelloComputeNDK/obj/local/x86/libhellocomputendk.so
echo [x86] "Install        ": "libhellocomputendk.so => libs/x86/libhellocomputendk.so"
install -p {ndkPath}/samples/HelloComputeNDK/obj/local/x86/libhellocomputendk.so {ndkPath}/samples/HelloComputeNDK/libs/x86/libhellocomputendk.so
{ndkPath}/toolchains/x86-4.8/prebuilt/{platform}-x86_64/bin/i686-{platform}-android-strip --strip-unneeded  {ndkPath}/samples/HelloComputeNDK/libs/x86/libhellocomputendk.so
mkdir -p {ndkPath}/samples/HelloComputeNDK/obj/local/mips
echo [mips] "Prebuilt       ": "libRSSupport.so <= <NDK>/platforms/android-19/arch-mips/usr/lib/rs/"
cp -f {ndkPath}/platforms/android-19/arch-mips/usr/lib/rs/libRSSupport.so {ndkPath}/samples/HelloComputeNDK/obj/local/mips/libRSSupport.so
echo [mips] "Install        ": "libRSSupport.so => libs/mips/libRSSupport.so"
install -p {ndkPath}/samples/HelloComputeNDK/obj/local/mips/libRSSupport.so {ndkPath}/samples/HelloComputeNDK/libs/mips/libRSSupport.so
{ndkPath}/toolchains/mipsel-{platform}-android-4.8/prebuilt/{platform}-x86_64/bin/mipsel-{platform}-android-strip --strip-unneeded  {ndkPath}/samples/HelloComputeNDK/libs/mips/libRSSupport.so
echo [mips] "Compile RS     ": "hellocomputendk <= mono.rs"
cd {ndkPath}/samples/HelloComputeNDK/jni/ &&  {ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/bin/llvm-rs-cc -o {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/ -d {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk -MD -reflect-c++ -target-api 19 -I{ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/lib/clang/3.5/include -I{ndkPath}/platforms/android-19/arch-mips/usr/include/rs/scriptc -I{ndkPath}/samples/HelloComputeNDK/jni -Wall -Werror -m32    mono.rs
{ndkPath}/toolchains/renderscript/prebuilt/{platform}-x86_64/bin/bcc_compat -O3 -o {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/mono.bc.o -fPIC -shared -rt-path {ndkPath}/platforms/android-19/arch-mips/usr/lib/rs/libclcore.bc -mtriple mipsel-unknown-{platform} {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/mono.bc &&  {ndkPath}/toolchains/mipsel-{platform}-android-4.8/prebuilt/{platform}-x86_64/bin/mipsel-{platform}-android-g++ -shared -Wl,-soname,librs.mono.so -nostdlib {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/mono.bc.o {ndkPath}/platforms/android-19/arch-mips/usr/lib/rs/libcompiler_rt.a -o {ndkPath}/samples/HelloComputeNDK/libs/mips/librs.mono.so -L {ndkPath}/platforms/android-19/arch-mips/usr/lib -L {ndkPath}/platforms/android-19/arch-mips/usr/lib/rs -no-canonical-prefixes -lRSSupport -lm -lc &&  {ndkPath}/toolchains/mipsel-{platform}-android-4.8/prebuilt/{platform}-x86_64/bin/mipsel-{platform}-android-g++ -MMD -MP -MF {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/mono.o.d -fpic -fno-strict-aliasing -finline-functions -ffunction-sections -funwind-tables -fmessage-length=0 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -no-canonical-prefixes -fno-exceptions -fno-rtti -O0 -g -fno-omit-frame-pointer -I{ndkPath}/platforms/android-19/arch-mips/usr/include/rs/cpp -I{ndkPath}/platforms/android-19/arch-mips/usr/include/rs -I{ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk -I{ndkPath}/sources/cxx-stl/stlport/stlport -I{ndkPath}/sources/cxx-stl//gabi++/include -I{ndkPath}/samples/HelloComputeNDK/jni -DANDROID  -Wa,--noexecstack -Wformat -Werror=format-security  -frtti     -I{ndkPath}/platforms/android-19/arch-mips/usr/include -fno-rtti -c  {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/./ScriptC_mono.cpp -o {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/mono.o 
mkdir -p {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk
echo [mips] "Compile++      ": "hellocomputendk <= helloComputeNDK.cpp"
{ndkPath}/toolchains/mipsel-{platform}-android-4.8/prebuilt/{platform}-x86_64/bin/mipsel-{platform}-android-g++ -MMD -MP -MF {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/helloComputeNDK.o.d -fpic -fno-strict-aliasing -finline-functions -ffunction-sections -funwind-tables -fmessage-length=0 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -no-canonical-prefixes -fno-exceptions -fno-rtti -O0 -g -fno-omit-frame-pointer -I{ndkPath}/platforms/android-19/arch-mips/usr/include/rs/cpp -I{ndkPath}/platforms/android-19/arch-mips/usr/include/rs -I{ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk -I{ndkPath}/sources/cxx-stl/stlport/stlport -I{ndkPath}/sources/cxx-stl//gabi++/include -I{ndkPath}/samples/HelloComputeNDK/jni -DANDROID  -Wa,--noexecstack -Wformat -Werror=format-security  -frtti     -I{ndkPath}/platforms/android-19/arch-mips/usr/include -c  {ndkPath}/samples/HelloComputeNDK/jni/helloComputeNDK.cpp -o {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/helloComputeNDK.o 
mkdir -p {ndkPath}/sources/cxx-stl/stlport/libs/mips
echo [mips] "SharedLibrary  ": "libhellocomputendk.so"
{ndkPath}/toolchains/mipsel-{platform}-android-4.8/prebuilt/{platform}-x86_64/bin/mipsel-{platform}-android-g++ -Wl,-soname,libhellocomputendk.so -shared --sysroot={ndkPath}/platforms/android-19/arch-mips {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/helloComputeNDK.o {ndkPath}/samples/HelloComputeNDK/obj/local/mips/objs-debug/hellocomputendk/mono.o {ndkPath}/sources/cxx-stl/stlport/libs/mips/libstlport_static.a -lgcc -no-canonical-prefixes -L{ndkPath}/platforms/android-19/arch-mips/usr/include/../lib/rs -Wl,--no-undefined -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now  -L{ndkPath}/platforms/android-19/arch-mips/usr/lib -ldl -llog -ljnigraphics -lRScpp_static -lc -lm -o {ndkPath}/samples/HelloComputeNDK/obj/local/mips/libhellocomputendk.so
echo [mips] "Install        ": "libhellocomputendk.so => libs/mips/libhellocomputendk.so"
install -p {ndkPath}/samples/HelloComputeNDK/obj/local/mips/libhellocomputendk.so {ndkPath}/samples/HelloComputeNDK/libs/mips/libhellocomputendk.so
{ndkPath}/toolchains/mipsel-{platform}-android-4.8/prebuilt/{platform}-x86_64/bin/mipsel-{platform}-android-strip --strip-unneeded  {ndkPath}/samples/HelloComputeNDK/libs/mips/libhellocomputendk.so
