Platform configuration options for enabling development support.
Field | Type | Description | Default |
---|---|---|---|
vsock_development |
bool |
||
tools |
ToolsConfig |
Tools to enable along with development support | \[object] |
include_sl4f |
bool |
Whether to include sl4f. | |
include_netsvc |
bool |
Override netsvc inclusion on the target. Follows the same resolution as `enabled` if absent. | |
include_bootstrap_testing_framework |
bool |
Whether to include the bootstrap testing framework which will allow running tests in a bringup-like environment using the run-test-suite command line tool. | |
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 |
Path to a file containing ssh keys that are authorized to connect to the device. | |
authorized_ssh_ca_certs_path |
Option |
Path to a file containing CA certs that are trusted roots for signed ssh keys that are authorized to connect to the device. |