History log of /external/javasqlite/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b40324f8fc15bc949c74ff5ffc40272897b78fef 18-Mar-2011 Brian Carlstrom <bdc@google.com> Move sqlite-jdbc to be a static library

Change-Id: I1d0f6457720fc8946a5a5ae577400ab5b1ca29d7
/external/javasqlite/Android.mk
93a155de666c12d2e1ba2ad99ac4d40f436a5d55 18-Mar-2011 Brian Carlstrom <bdc@google.com> Moving sqlite-jdbc target from libcore/JavaLibrary.mk

Change-Id: I44955819eec75328c085b22f8912f7738d827e27
/external/javasqlite/Android.mk
c8eba0a7a36a6f92432ee6a66d0dce75f7795acd 08-Jan-2011 Elliott Hughes <enh@google.com> Tell editors that these are Makefiles (or fragments thereof).

Change-Id: I0c5e29ac750b9605b1e8f823d6998d31a933b7a4
/external/javasqlite/Android.mk
434b267059e5fdb54c5c67a201d46f73e49adf62 29-Dec-2010 Ying Wang <wangying@google.com> TARGET_PRELINK_MODULE should never be set in a module definition.

TARGET_PRELINK_MODULE is per product, not per module. Using it in
a module will cause the entire system to not be prelinked.

Change-Id: I2e943dfb9e7ee8e8c9f65d7c58ddcae0dbbfcbc3
/external/javasqlite/Android.mk
72351c7f73db839dd90d5c19320fa88d282cf0d2 21-Dec-2010 John Eckerdal <john.eckerdal@sonyericsson.com> sqlite-jdbc should not use TARGET_PRELINK_MODULE

TARGET_PRELINK_MODULE is per product, not per module. Using it in
a module will cause the entire system to not be prelinked.

Change-Id: I6148c59e24c6c8876b34eb83fbaa312a41ae220a
/external/javasqlite/Android.mk
6568199895b8359f24b0b1708efefc36c341fe9f 17-Sep-2010 Jesse Wilson <jessewilson@google.com> Add optional tags to libcore.

Change-Id: Iac339144ed448848c96852da8d301d528ebfa0e6
/external/javasqlite/Android.mk
971e21f93b4e121246dedf3af29fc6f7d2232135 15-Sep-2010 Jesse Wilson <jessewilson@google.com> Support sqlite_jni on the dalvikvm host build.

Change-Id: I9aac98e43cdb22b272dfe55e525fb352e0106e1c
/external/javasqlite/Android.mk
417deb1db112103aff04231b6ca79772ff7d3a21 26-Feb-2010 Elliott Hughes <enh@google.com> Break the sqlite JDBC driver out from our JDBC implementation.

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
/external/javasqlite/Android.mk