Home | History | Annotate | only in /external/sqlite/dist
Up to higher level directory
NameDateSize
Android.bp22-Oct-20203.8K
Android.patch22-Oct-20204.4K
MODULE_LICENSE_PUBLIC_DOMAIN22-Oct-20200
NOTICE22-Oct-2020274
orig/22-Oct-2020
README-Android22-Oct-2020248
shell.c22-Oct-2020456.2K
sqlite3.c22-Oct-20207M
sqlite3.h22-Oct-2020503.8K
sqlite3ext.h22-Oct-202030.7K

README-Android

      1 SQLite on Android
      2 
      3 The Android port of SQLite contains a few customizations.
      4 They are immortalized in Android.patch to ease future upgrades.
      5 
      6 This file can be regenerated using:
      7 
      8 (for x in orig/*; do diff -u -d $x ${x#orig/}; done) > Android.patch
      9