xref: /aosp_15_r20/external/sqlite/dist/README-Android (revision a3141fd39888aecc864dfb08485df64ff6c387f9)
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