• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
8diff -r -u -d orig . | grep -v "Only in" > Android.patch
9