Defines test variants of fuchsia_package.
PARAMETERS
| Name | Description | Default |
|---|---|---|
| name | The target name. | - |
| package_name | An optional name to use for this package, defaults to name. |
None |
| archive_name | An optional name for the generated archive. The extension .far will beappended if the name does not already end in this. Defaults to package_name. |
None |
| platform | Optionally override the platform to build the package for. | None |
| fuchsia_api_level | The API level to build for. | None |
| components | A list of additional components to add to this package. | [] |
| test_components | A list of components to add to this package. | [] |
| resources | A list of additional resources to add to this package. | [] |
| subpackages | Additional subpackages that should be added to this package. | [] |
| test_realm | An optional name for the test realm. | None |
| tags | Standard meaning. | [] |
| visibility | Standard meaning. | None |
| kwargs | Extra attributes to pass along to the build rule. | - |