replicant-frameworks_native/libs/utils/tests
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
..
Android.mk Move extract native libraries to JNI code 2011-07-26 10:14:58 -07:00
BlobCache_test.cpp
Looper_test.cpp
ObbFile_test.cpp
String8_test.cpp
TestHelpers.h
Unicode_test.cpp
ZipFileRO_test.cpp Move extract native libraries to JNI code 2011-07-26 10:14:58 -07:00