tree: 496819971bd0d2d52f02c946fa88f73f7894647f
  1. README.md
main/sdk/assembly/DevelopmentSupportConfig/README.md

DevelopmentSupportConfig

Platform configuration options for enabling development support.

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 heapdump HeapdumpConfig Configure Heapdump memory profiling. enabled [bool] Override the build-type enablement of development support, to include development support in userdebug which doesn't have full development access. If nothing is provided, a reasonable default is used based on the build type. enable_userboot_next_component_manager bool Enable userboot.next for running a boot-time test.

Only valid on eng builds. enable_netsvc_netboot bool Enable the netboot feature of the netsvc 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.