DevelopmentSupportConfig

Platform configuration options for enabling development support.

FieldTypeDescriptionDefault
vsock_development bool
include_sl4f bool Whether to include sl4f.
include_bin_clock bool Include the bin/clock program on the target to get the monotonic time from the device. TODO(b/309452964): Remove once e2e tests use: `ffx target get-time`
enabled [bool] Override the build-type enablement of development support, to include development support in userdebug which doesn't have full development access.
authorized_ssh_keys_path Option<Utf8PathBuf> Path to a file containing ssh keys that are authorized to connect to the device.
authorized_ssh_ca_certs_path Option<Utf8PathBuf> Path to a file containing CA certs that are trusted roots for signed ssh keys that are authorized to connect to the device.