diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-16 01:13:16 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-16 01:13:16 +0000 |
commit | eb99041baaa80506c07ca749d405a3752371e1a5 (patch) | |
tree | 92a8820fa180927238791e1e31eab81dbde15527 | |
parent | 1a3f0b9b4c09b67f6e9a2c2db940cfd490928c44 (diff) | |
parent | c072485125763d11da918aec3232b9e3b113d8dd (diff) |
Merge cherrypicks of [14988379, 14988380, 14984749, 14988513, 14988333, 14988334, 14988398, 14985920, 14988097, 14988381, 14985921, 14988891, 14987186, 14988382, 14989110, 14988514, 14988515, 14988652, 14988653, 14988654, 14988399, 14988400, 14988401, 14984579, 14987188, 14988532, 14988533, 14988402, 14983067, 14983068, 14974447, 14974448, 14988656, 14988535, 14988536, 14988537, 14988538, 14988539, 14988540, 14988541] into rvc-qpr3-release
Change-Id: I779e15a58383b9a6749f2d1b6e00f2f4bb19fbe0
-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", |