xref: /aosp_15_r20/external/sqlite/dist/README-Android (revision a3141fd39888aecc864dfb08485df64ff6c387f9)
1*a3141fd3SAndroid Build Coastguard WorkerSQLite on Android
2*a3141fd3SAndroid Build Coastguard Worker
3*a3141fd3SAndroid Build Coastguard WorkerThe Android port of SQLite contains a few customizations.
4*a3141fd3SAndroid Build Coastguard WorkerThey are immortalized in Android.patch to ease future upgrades.
5*a3141fd3SAndroid Build Coastguard Worker
6*a3141fd3SAndroid Build Coastguard WorkerThis file can be regenerated using:
7*a3141fd3SAndroid Build Coastguard Worker
8*a3141fd3SAndroid Build Coastguard Worker(for x in orig/*; do diff -u -d $x ${x#orig/}; done) > Android.patch
9