blob: 3aac971f253f78b739c1eff27ddbdd762ad88d3b [file] [log] [blame]
declare_args() {
# Enable assistant features. Assistant related code is compiled only when
# true. The default assistant implementation is a stub.
enable_cros_assistant = is_chromeos
# Enable assistant implementation based on libassistant. This requires
# enable_cros_assistant also enabled.
enable_cros_libassistant = false
# Enable building libassistant.so shared library from local checkout. This is
# for development purposes only.
enable_cros_libassistant_so = false
}