android13/external/proguard
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
bin initial 2024-06-22 20:45:49 +08:00
build initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
lib initial 2024-06-22 20:45:49 +08:00
src/proguard initial 2024-06-22 20:45:49 +08:00
Android.mk initial 2024-06-22 20:45:49 +08:00
CleanSpec.mk initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_GPL initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00

README

ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
==========================================================================

This distribution contains the following directories:

- bin      : simple wrapper scripts to run ProGuard, its GUI, and ReTrace
- lib      : the main jars, compiled and ready to use with "java -jar ...."
- docs     : the complete documentation, licenses, etc. in html format
- examples : some example configuration files
- src      : the source code
- build    : various alternative build scripts


The best place to start is docs/index.html


Example
-------

If you want to give ProGuard a spin right away, try processing the ProGuard
jar itself:

    cd examples
    java -jar ../lib/proguard.jar @proguard.pro

The resulting proguard_out.jar contains the same application, but it's a lot
smaller.

Enjoy!

http://proguard.sourceforge.net/

Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu)