Lines Matching refs:proguard

31 …tp://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#m…
35 …tp://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#m…
44 <p>The <a href="http://proguard.sourceforge.net">ProGuard</a> tool shrinks, optimizes, and
76 proguardFiles getDefaultProguardFile('proguard-android.txt'),
77 'proguard-rules.pro'
83 <p>The <code>getDefaultProguardFile('proguard-android.txt')</code> method obtains the default
84 ProGuard settings from the Android SDK <code>tools/proguard/</code> folder. The
85 <code>proguard-android-optimize.txt</code> file is also available in this Android SDK
88 faster. Android Studio adds the <code>proguard-rules.pro</code> file at the root of the module,
94 adds the <code>proguard-rules-new.pro</code> to the <code>proguardFiles</code>
104 proguardFiles getDefaultProguardFile('proguard-android.txt'),
105 'proguard-rules.pro', 'proguard-rules-new.pro'
123 <p>When you create an Android project, a <code>proguard.cfg</code> file is automatically
131 <code>proguard.config</code> property in the <code>&lt;project_root&gt;/project.properties</code>
134 <p>If you left the <code>proguard.cfg</code> file in its default location (the project's root
138 proguard.config=proguard.cfg
146 proguard.config=/path/to/proguard.cfg
151 the <code>proguard.config</code> property is set. If it is, ProGuard automatically processes
177 <li><code>&lt;project_root&gt;/bin/proguard</code> if you are using Ant.</li>
179 <li><code>&lt;project_root&gt;/proguard</code> if you are using Eclipse.</li>
216 …<a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/i…
220 …"http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.htm…
233 in the <code>&lt;sdk_root&gt;/tools/proguard/</code> directory. The syntax for executing the
250 <code>&lt;project_root&gt;/bin/proguard/</code>. For Android Studio, this file is stored in