• Elliott Hughes's avatar
    Break the sqlite JDBC driver out from our JDBC implementation. · b9cf9cb6
    Elliott Hughes authored
    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
    b9cf9cb6
run-core-tests 1.5 KB