dist: 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. This reapplies Ibf648e7cedf27912dc4b025eebcb8c02a3daf1cd with a fix for mac builds. Bug: 223257095 Change-Id: I4c6df2e9bb65773d3a33ab89956ca8fca072a3dd Test: atest SQLiteSecurityTest Test: forrest mac build
Loading
Please register or sign in to comment