Files
commandergenius/project/jni/sqlite3/README-Android
2018-08-10 18:20:27 +03:00

9 lines
236 B
Plaintext

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