summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/build_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build_config.h b/build/build_config.h
index ebf72f3..b09aa51 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -47,6 +47,12 @@
#define USE_X11 1 // Use X for graphics.
#endif
+#if defined(ANDROID)
+#define USE_OPENSSL 1
+#undef USE_NSS
+#define USE_SYSTEM_ZLIB 1
+#endif
+
// For access to standard POSIXish features, use OS_POSIX instead of a
// more specific macro.
#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_FREEBSD) || \