From 6b92e04f5f151c896e3088e86f70db7081009308 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Thu, 7 Jul 2011 18:23:43 +0100 Subject: Define USE_SYSTEM_SQLITE and remove local change Android is already using the system sqlite, but the define was not available at the time of the initial port. Change-Id: I41b740a82e39cdbdea2639478a606febd9e105eb --- build/build_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/build_config.h b/build/build_config.h index 0cf08b3..df16071 100644 --- a/build/build_config.h +++ b/build/build_config.h @@ -53,6 +53,7 @@ #if defined(ANDROID) #define USE_OPENSSL 1 #define USE_SYSTEM_ZLIB 1 +#define USE_SYSTEM_SQLITE 1 #endif #if !defined(USE_OPENSSL) -- cgit v1.1