fuchsia_remote_product_bundle

Describes a product bundle which is not built locally and tasks that can be performed with it.

The following tasks will be created: - name.download: Downloads the product_bundle. - name.emu: Starts an emulator with the product_bundle. - name.flash: Flashes a device with the product_bundle.

PARAMETERS

Name Description Default
name The target name. -
transfer_url The transfer url to fetch the product bundle. -
product_version The sdk version associated with this product bundle. -
product_name The name of the product bundle.
Defaults to name.
None
kwargs Extra attributes to pass along to the build rule. -