replicant-frameworks_native/libs
Kenny Root 49a65e5526 Move extract native libraries to JNI code
The built-in ZipFile class was quite a long time to find an unpack
libraries. Move everything to using the libutils ZipFileRO class that
goes quite a bit faster. Initial measurements are 6 times faster than
the Java code.

Also, read files off the disk and compare their CRC against the APK's
CRC to see if we need to write the new file to disk. This also cuts down
the bootup time by up to a second per APK that has native files.

Change-Id: Ic464a7969a17368fb6a6b81d026888c4136c7603
2011-07-26 10:14:58 -07:00
..
binder Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build 2011-07-13 19:45:44 -04:00
gui SurfaceTexture: add the abandon method. 2011-07-22 14:20:41 -07:00
surfaceflinger_client Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
ui Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT 2011-07-21 14:50:29 -07:00
utils Move extract native libraries to JNI code 2011-07-26 10:14:58 -07:00