Merge tag 'android-security-10.0.0_r57' into int/10/fp2

Android Security 10.0.0 Release 57 (7483358)

* tag 'android-security-10.0.0_r57':
  DO NOT MERGE Fix floating point to text conversion overflow

Change-Id: I92fad3f710476d042de0d5d5dddce4c067d777a4
diff --git a/dist/Android.bp b/dist/Android.bp
index 54cd389..eb911e9 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -38,6 +38,7 @@
         "-DSQLITE_SECURE_DELETE",
         "-DSQLITE_ENABLE_BATCH_ATOMIC_WRITE",
         "-DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD",
+        "-DSQLITE_PRINTF_PRECISION_LIMIT=100000000",
         "-Wno-unused-parameter",
         "-Werror",
     ],