From 35a98594be9d6c946ffcc3821c8726556da9fc50 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 4 Sep 2013 11:56:47 +0000 Subject: added make file for compiling the C runtime for Android. The JIT compiler for Android is temporary disabled --- src/runtime/android/Application.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/runtime/android/Application.mk (limited to 'src/runtime/android/Application.mk') diff --git a/src/runtime/android/Application.mk b/src/runtime/android/Application.mk new file mode 100644 index 000000000..1c6face0e --- /dev/null +++ b/src/runtime/android/Application.mk @@ -0,0 +1,2 @@ + +APP_CFLAGS := -std=gnu99 -- cgit v1.2.3