sqlite: Upgrade to SQLite 3.19.2

Downloaded from https://sqlite.org/2017/sqlite-amalgamation-3190200.zip

    $ sha256sum sqlite-amalgamation-3190200.zip
    c85282af6ef30538dfc74d1814c87547df8588d970b9360cadd66d096bcfd20a  sqlite-amalgamation-3190200.zip

dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.

dist contains a copy of dist/orig, but with the Android.patch file applied.
Please see Android.patch for a list of differences between stock and
Android.

The Android specific patch applied cleanly and was regenerated.

3.19.0 is a regular maintenance release which contains performance
improvements to the query planner and some non-critical bug fixes.

3.19.1 is a high-priority bugfix release which fixes a critical regression.

3.19.2 is another high-priority bugfix release which fixes the regression
described in bug 62025391.

More details about the release are available here: https://sqlite.org/releaselog/3_19_2.html

Change-Id: Ifb8b0fd23e6306b576c2c947dcab45d811e4becb
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
8 files changed
tree: d806c1b6c3e6c607e77463fb91996aaad1ce49c3
  1. android/
  2. dist/
  3. Android.bp
  4. CleanSpec.mk
  5. README.version