1SQLite on Android
2
3The Android port of SQLite contains a few customizations.
4They are immortalized in Android.patch to ease future upgrades.
5
6This file can be regenerated using:
7
8(for x in orig/*; do diff -u -d $x ${x#orig/}; done) > Android.patch
9