android_mt6572_jiabo/external/sqlite/dist/README-Android
2025-09-05 16:56:03 +08:00

8 lines
236 B
Text

SQLite on Android
The Android port of SQLite contains a few customizations.
They are immortalized in Android.patch to ease future upgraded.
This file can be regenerated using:
diff -r -u -d orig . | grep -v "Only in" > Android.patch