aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 62dc2fe..598b430 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -49,7 +49,7 @@ ifeq ($(HOST_ARCH),ppc)
endif
ifeq ($(HOST_OS),darwin)
- MY_CFLAGS += -mdynamic-no-pic -fno-exceptions
+ MY_CFLAGS += -mdynamic-no-pic
# When building on Leopard or above, we need to use the 10.4 SDK
# or the generated binary will not run on Tiger.
@@ -575,6 +575,16 @@ VL_SOURCES := vl-android.c osdep.c cutils.c \
bt-host.c \
bt-vhci.c \
module.c \
+ json-lexer.c \
+ json-parser.c \
+ json-streamer.c \
+ qbool.c \
+ qdict.c \
+ qfloat.c \
+ qint.c \
+ qjson.c \
+ qlist.c \
+ qstring.c \
android/boot-properties.c \
android/charmap.c \
android/cmdline-option.c \