Name Date Size #Lines LOC

..--

ext/misc/H25-Apr-2025-221115

sqlite-autoconf-3440300/H25-Apr-2025-593,202368,336

sqlite-default/H25-Apr-2025-

Android.bpH A D25-Apr-20258.7 KiB318294

Android.patchH A D25-Apr-20254.2 KiB144135

MODULE_LICENSE_PUBLIC_DOMAINHD25-Apr-20250

NOTICEH A D25-Apr-2025274 106

README-AndroidH A D25-Apr-2025248 95

README-Android

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