Back to Bazel

ProguardSpecProvider

docs/versions/8.4.0/rules/lib/providers/ProguardSpecProvider.mdx

9.1.02.0 KB
Original Source
<html devsite> <head> <meta name="project_path" value="/_project.yaml"> <meta name="book_path" value="/versions/8.4.0/_book.yaml"> </head> <body> <h1 class="page-title" id="modules.ProguardSpecProvider">ProguardSpecProvider</h1>

{% dynamic setvar source_file "src/main/java/com/google/devtools/build/lib/starlarkbuildapi/java/ProguardSpecProviderApi.java" %} {% dynamic setvar version "8.4.0" %} {% dynamic setvar original_path "/rules/lib/providers/ProguardSpecProvider" %} {% include "_buttons.html" %}

<!-- {% raw %} -->

Proguard specifications used for Android binaries.

<h2>Members</h2> <ul> <li> <a href="#ProguardSpecProvider">ProguardSpecProvider</a> </li> </ul>
  <h2 id="ProguardSpecProvider">ProguardSpecProvider</h2>
    <p><pre class="rule-signature"><a class="anchor" href="../providers/ProguardSpecProvider.html">ProguardSpecProvider</a> ProguardSpecProvider(specs)</pre></p>

The <code>ProguardSpecProvider</code> constructor.

      <!-- hide-from-toc is a class used by DevSite for the public Bazel site
  (https://developers.google.com/devsite/reference/styles/headings#hide_headings_from_the_toc) -->
  <h3 class="hide-from-toc">Parameters</h3>
  <table class="table table-bordered table-condensed table-params">
    <colgroup>
      <col class="col-param">
      <col class="param-description">
    </colgroup>
    <thead>
      <tr>
        <th>Parameter</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
              <tr>
        <td id="ProguardSpecProvider.specs">
          <code>specs</code>
        </td>
        <td>
                      <a class="anchor" href="../builtins/depset.html">depset</a> of <a class="anchor" href="../builtins/File.html">File</a>s;
                                 required

                      Transitive proguard specs.
        </td>
      </tr>
            </tbody>
  </table>
</body> </html> <!-- {% endraw %} -->