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