summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-07 16:26:20 -0800
committerColin Cross <ccross@android.com>2022-03-07 16:31:47 -0800
commit98cb7e207ba7423eb29540f848c9b7213f58c853 (patch)
treeec5db4bdd9f461547ebedb711361062d6f9e5a85 /dist
parent414e027606fc0161863f37118047ebdba59f1eed (diff)
downloadsqlite-98cb7e207ba7423eb29540f848c9b7213f58c853.tar.gz
Remove SQLITE_PRINTF_PRECISION_LIMIT
The sqlite 3.32.2 update in I5c5fa2fd90292483bf20d8ae58adad41c48aa4e6 sets SQLITE_FP_PRECISION_LIMIT by default and doesn't need it set in the cflags. Test: atest SQLiteSecurityTest Change-Id: Ic6e21c7cad75139b6ffc06abc0f2cff62f080e89
Diffstat (limited to 'dist')
-rw-r--r--dist/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index c12ee4c..92b3bdf 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -69,7 +69,6 @@ cc_defaults {
"-DSQLITE_ENABLE_BATCH_ATOMIC_WRITE",
"-DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD",
"-DSQLITE_DEFAULT_LEGACY_ALTER_TABLE",
- "-DSQLITE_PRINTF_PRECISION_LIMIT=100000000",
"-Wno-unused-parameter",
"-Werror",