OSDN Git Service

android-x86/external-libtruezip.git
9 years agoBetter way and explanations for hacks kitkat-x86 lollipop-x86 marshmallow-x86 nougat-x86 oreo-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3
Jorge Ruesga [Thu, 30 Oct 2014 00:57:46 +0000 (01:57 +0100)]
Better way and explanations for hacks

Change-Id: I1bfae7d137a4a43de2fe538cd0b5146a93a5cccb
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoInitial commit.
Jorge Ruesga [Wed, 29 Oct 2014 22:19:58 +0000 (23:19 +0100)]
Initial commit.

Port TrueZip revision 6207 to Android:
- Downgraded to fully comply with JS6 (required to build in Android)
- Removed NIO2, ServiceLocator, Swing and console classes (not availaible in Android)
- Stripped down to use the minimal subset of classes to run File, Zip and RAES engines
- Removed javax/findBugs annotations (not availaible in Android)
- Removed registered implementations (fsdrivers and keyproviders) from locators,
  which doesn't have any implementation. Implemetators should define its own subsets of
  drivers and keyproviders.

Signed-off-by: Jorge Ruesga <jorge@ruesga.com>