aboutsummaryrefslogtreecommitdiff
path: root/bld.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bld.sh')
-rwxr-xr-xbld.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/bld.sh b/bld.sh
new file mode 100755
index 0000000..402eb33
--- /dev/null
+++ b/bld.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+export NDK=$(PWD)/../android-ndk-r10e
+
+#python %NDK%/build/tools/make_standalone_toolchain.py -v --arch arm --api 17 --install-dir=ndk_toolchain
+
+export ANDR_TOOLCHAIN=$(PWD)/../toolchain
+#$(NDK)/build/tools/make-standalone-toolchain.sh --platform=android-14 --arch=arm --install-dir=$(ANDR_TOOLCHAIN) --ndk-dir=$(NDK) #--system=windows-x86_64
+
+export PATH=$(PWD)/Linux/386/bin:$(ANDR_TOOLCHAIN)/bin:$(PATH)
+
+mk install
+