diff options
author | alk3pInjection <webmaster@raspii.tech> | 2021-08-08 11:08:43 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-08-08 11:08:43 +0800 |
commit | 49106a14b5a27744a82f21d38ea120e9a33061f3 (patch) | |
tree | 74defe415cc048e1b59d0badcd6741b71a4b2c9c | |
parent | cf188905eba2defd493f0cf5e51b497c78bd0406 (diff) | |
parent | eb99041baaa80506c07ca749d405a3752371e1a5 (diff) |
Merge tag 'android-11.0.0_r40' into lineage-18.1HEADlineage-18.1
Android 11.0.0 Release 40 (RQ3A.210805.001.A1)
Change-Id: I669442cfe31142509964a3be72168fe77e44d951
-rw-r--r-- | dist/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index 3bb9a10..b63021d 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -39,6 +39,7 @@ 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", |