SDL: Added sqlite3 library

This commit is contained in:
Sergii Pylypenko
2018-08-10 18:14:27 +03:00
parent 61a08630ed
commit e61973a837
9 changed files with 219364 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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