replicant-frameworks_native/include
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 Eliminate single-process mode. 2011-07-08 19:54:07 -07:00
gui SurfaceTexture: add the abandon method. 2011-07-22 14:20:41 -07:00
private Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build 2011-07-13 19:45:44 -04:00
surfaceflinger clean-up. get rid ofunused code and members in Surface[Control].cpp 2011-07-20 16:53:13 -07:00
ui Adding SurfaceEncoder for encoding FilterFrames 2011-07-21 17:12:50 -07:00
utils Move extract native libraries to JNI code 2011-07-26 10:14:58 -07:00