Home | History | Annotate | only in /external/proguard
Up to higher level directory
NameDateSize
Android.mk05-Oct-201734
bin/05-Oct-2017
build/05-Oct-2017
CleanSpec.mk05-Oct-20172.2K
docs/05-Oct-2017
examples/05-Oct-2017
lib/05-Oct-2017
MODULE_LICENSE_GPL05-Oct-20170
NOTICE05-Oct-201720.4K
README05-Oct-2017963
README.version05-Oct-2017126
src/05-Oct-2017

README

      1 ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
      2 ==========================================================================
      3 
      4 This distribution contains the following directories:
      5 
      6 - bin      : simple wrapper scripts to run ProGuard, its GUI, and ReTrace
      7 - lib      : the main jars, compiled and ready to use with "java -jar ...."
      8 - docs     : the complete documentation, licenses, etc. in html format
      9 - examples : some example configuration files
     10 - src      : the source code
     11 - build    : various alternative build scripts
     12 
     13 
     14 The best place to start is docs/index.html
     15 
     16 
     17 Example
     18 -------
     19 
     20 If you want to give ProGuard a spin right away, try processing the ProGuard
     21 jar itself:
     22 
     23     cd examples
     24     java -jar ../lib/proguard.jar @proguard.pro
     25 
     26 The resulting proguard_out.jar contains the same application, but it's a lot
     27 smaller.
     28 
     29 Enjoy!
     30 
     31 http://proguard.sourceforge.net/
     32 
     33 Copyright (c) 2002-2014 Eric Lafortune (eric (a] graphics.cornell.edu)
     34 

README.version

      1 URL: http://sourceforge.net/projects/proguard/files/proguard/5.1/proguard5.1.tar.gz/download
      2 Version: 5.1
      3 BugComponent: 99142
      4