blob: b7d4adce89e8b58c81f3c104053144869ba81d15 [file]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/8.1.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.1.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<br/>
Transitive proguard specs.
</td>
</tr>
</tbody>
</table>
</body>
</html>
<!-- {% endraw %} -->