Skip to content
Commit 9b2b17c1 authored by Colin Cross's avatar Colin Cross
Browse files

Update sqlite cflags

Always set HAVE_POSIX_FALLOCATE=1, it is present on all supported
platforms (glibc, musl and bionic).

Set SQLITE_ENABLE_DBSTAT_VTAB=1 and SQLITE_ENABLE_ICU=1, etc. instead
of just defining SQLITE_ENABLE_DBSTAT_VTAB and SQLITE_ENABLE_ICU.
sqlite uses a mixture of #if and #if defined on most of the configuration
variables, and defining them without setting them to atrue value is
treating them as partially enabled.

Bug: 223257095
Test: atest SQLiteSecurityTest
Change-Id: Ibf648e7cedf27912dc4b025eebcb8c02a3daf1cd
parent 98cb7e20
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment