diff options
author | Kristian Monsen <kristianm@google.com> | 2011-07-07 18:23:43 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-07-08 17:54:08 +0100 |
commit | 6b92e04f5f151c896e3088e86f70db7081009308 (patch) | |
tree | 5fe2453ebb8e2cf02f9ca9773271f890ce7a6d3c /build | |
parent | e362e637bcd47d558b0778f3b4238bf161ae2efd (diff) | |
download | external_chromium-6b92e04f5f151c896e3088e86f70db7081009308.zip external_chromium-6b92e04f5f151c896e3088e86f70db7081009308.tar.gz external_chromium-6b92e04f5f151c896e3088e86f70db7081009308.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/build_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |