Lines Matching full:proguard
99 <li>Added automatic ProGuard support for the {@code aapt -G} flag. This change causes
100 the build system to generate a temporary ProGuard keep-rules file containing classes that
101 are referenced from XML files (such as custom views) and pass this to ProGuard at shrink-time. This
104 default ProGuard configuration file have also been removed.</li>
105 <li>Added two ProGuard configuration files for use in projects: {@code
106 proguard-android-optimize.txt} which enables optimizations and {@code proguard-android.txt} which
262 <li>ProGuard
264 <li>Updated the bundled ProGuard tool to version 4.7. In addition to many new features,
267 <li>Updated the default {@code proguard.cfg} file with better default flags for
269 <li>Split the ProGuard configuration file has been in half, with project specific flags
614 <li>The default ProGuard configuration, <code>proguard.cfg</code>, now ignores the following classes:
693 <li>Automatic ProGuard support in release builds. Developers generate a ProGuard
695 then automatically run ProGuard against the project sources during the build.
697 href="{@docRoot}tools/help/proguard.html">ProGuard</a>