blob: f0415b6fde8007ca7ffd2072c23832204f37dca8 [file] [log] [blame]
Tor Norbye5409c1b2012-01-11 17:08:47 -08001There are two distributions of Proguard in the tree:
2
3* external/proguard, which is used by the platform
4
5* prebuilts/tools/common/proguard, which is used by the tools (and
6 distributed to users in the tools/ folder)
7
8These are updated independently since one evolves with the platform,
9and the other with the tools.
10
11Even though there is a MODULE_LICENSE_GPL license marker in this
12directory, note that the Android SDK has an explicit exemption as
13described in the license.html file.
14
15The proguard4.7 directory contains the unzipped contents of the
16official Proguard 4.7 zip file, available from
17 http://proguard.sourceforge.net/index.html
18
19The .zip file is also included here such that the source code can
20easily be used (when debugging) or the distribution rebuilt from
21source (if for some reason the above repository should be
22unavailable).
23
24The sdk/build/tools.atree script will copy part of the proguard4.7
25tree into the tools/ directory. It skips the src/ directory (except
26for task.properties) and build/. Therefore, we removed the following
27two lines from the README file:
28 - src : the source code
29 - build : various alternative build scripts
30such that the copied README reflects the actual contents of the
31distributed tree.
32
33In addition, we added a paragraph to state that the distribution was
34slightly modified.
35
36In addition, the sdk/build/tools.atree will copy in the license.html
37file, which was obtained via
38 wget http://proguard.sourceforge.net/license.html
39 (and the JavaScript redirect element in the <head> was removed)