diff options
author | Lalit Maganti <lalitm@google.com> | 2020-06-15 19:47:59 +0100 |
---|---|---|
committer | Danny Lin <danny@kdrag0n.dev> | 2021-03-24 01:44:36 -0700 |
commit | cf188905eba2defd493f0cf5e51b497c78bd0406 (patch) | |
tree | 25bf27c7bfdd46462a124406074ffc4045b774eb /android/sqlite3_android.cpp | |
parent | 1a3f0b9b4c09b67f6e9a2c2db940cfd490928c44 (diff) |
sqlite: Upgrade to SQLite 3.32.2
This change is a cherry-pick of aosp/1337179 which is being merged here
because of merge conflicts due to changes [1] and [2] which were made
in internal master and rvc-dev but not in AOSP.
Downloaded from
https://www.sqlite.org/2020/sqlite-autoconf-3320200.tar.gz
$ sha1sum sqlite-autoconf-3320200.tar.gz
429e3f2d0b16a95ad1025a97b2a328d0b4037575 sqlite-autoconf-3320200.tar.gz
dist/orig contains the stock sqlite3 code, as packaged in the tar.gz file above.
dist contains a copy of dist/orig, but with the Android.patch file applied.
More details about the release are available here:
https://www.sqlite.org/releaselog/3_32_2.html
[1] ag/0f62c1a0e8b463b5b27035e11478e66d7daec69a
[2] ag/88147c430cc041a27d07e593ffea12b7aa586f7a
Test: code compiles and device boots with no problems.
Test: select sqlite_version() - returns 3.32.2
Test: atest cts/SQLiteDatabaseTest all passed.
Test: atest cts/SQLiteSecurityTest
Bug: 159105124
Change-Id: I5c5fa2fd90292483bf20d8ae58adad41c48aa4e6
Diffstat (limited to 'android/sqlite3_android.cpp')
0 files changed, 0 insertions, 0 deletions