Home | History | Annotate | only in /external/sqlite/dist
Up to higher level directory
NameDateSize
Android.mk11-Dec-20133K
Android.patch11-Dec-20134.2K
MODULE_LICENSE_PUBLIC_DOMAIN11-Dec-20130
NOTICE11-Dec-2013274
orig/11-Dec-2013
README-Android11-Dec-2013236
shell.c11-Dec-201392K
sqlite3.c11-Dec-20134.5M
sqlite3.h11-Dec-2013327.2K
sqlite3ext.h11-Dec-201323.6K
version11-Dec-201370

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 upgraded.
      5 
      6 This file can be regenerated using:
      7 
      8 diff -r -u -d orig . | grep -v "Only in" > Android.patch
      9