fuchsia_post_processing_script

Generates post processing script target.

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required -
post_processing_script_path Path to post processing script. Note: resultant zbi probably can't
be used with tools like scrutiny, because we won't know how to unpack the zbi
out of whatever the post-processing script has done to it.
String optional ""
post_processing_script_args Post processing script arguments String List optional []
post_processing_script_inputs Dictionary for artifacts used by post processing script.
It will be a source -> destination map
Label String Dict optional {}
use_python Some post processing script requires python binary to execute the python script. Instead of making customer pass in their own python binary and runfiles, python can be provided through python toolchain. Boolean optional False