as_gradle_lint
Runs Android Lint using Gradle and returns links to generated HTML or XML report files.
Instructions
Run Android Lint via Gradle and point to the generated reports.
Args: params (GradleProjectInput): project_dir, timeout.
Returns: str: JSON with gradle status. Reports: /build/reports/lint-results-*.html|xml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |