summaryrefslogtreecommitdiff
path: root/MODULE_LICENSE_BSD_LIKE
AgeCommit message (Collapse)Author
2010-02-26Break the sqlite JDBC driver out from our JDBC implementation.Elliott Hughes
The JDBC driver is from a different source (http://www.ch-werner.de/javasqlite/overview-summary.html) and is only really needed for testing. Bug 2468870 asks that we don't eagerly register the native methods for these classes. That bug is fixed by this change. Bug 2198667 asks that we stop shipping this JDBC driver as part of the base system. That bug is not addressed by this change: the classes and native code are now in their own, separate, .jar and .so files -- so they'll be easier to remove in future -- but for now those files are still in /system/framework and /system/lib respectively. Bug: 2468870 Bug: 2198667