Home | History | Annotate | only in /external/sqlite/dist
Up to higher level directory
NameDateSize
Android.mk03-Dec-20143.1K
Android.patch03-Dec-20145.4K
MODULE_LICENSE_PUBLIC_DOMAIN03-Dec-20140
NOTICE03-Dec-2014274
orig/03-Dec-2014
README-Android03-Dec-2014236
shell.c03-Dec-2014126.3K
sqlite3.c03-Dec-20145M
sqlite3.h03-Dec-2014352.4K
sqlite3ext.h03-Dec-201425.5K
version03-Dec-201475

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