sqlite: upgrade to SQLite 3.8.5
Nick Kralevich authored
Downloaded from http://www.sqlite.org/2014/sqlite-amalgamation-3080500.zip

  $ sha256sum sqlite-amalgamation-3080500.zip
  d9d5a78a5449baa54b2bc62f74f756af81ce74f953f7f0f39aa8b47b2d862029  sqlite-amalgamation-3080500.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.

Change-Id: I675bc26116b8f02aa3ce841e48fa2ef940ffbe61
1c7cea37