Home | History | Annotate | Download | only in sdk

Lines Matching full:proguard

181           <li>Added automatic ProGuard support for the {@code aapt -G} flag. This change causes
182 the build system to generate a temporary ProGuard keep-rules file containing classes that
183 are referenced from XML files (such as custom views) and pass this to ProGuard at shrink-time. This
186 default ProGuard configuration file have also been removed.</li>
997 <li>Better ProGuard error reporting when exporting applications for release.</li>
1033 <li>Automatic <a href="{@docRoot}tools/help/proguard.html">ProGuard</a> support in
1034 release builds. For it to work, you need to have a <code>proguard.config</code>
1035 property in the <code>default.properties</code> file that points to a ProGuard config file.</li>