blob: eae72a73f953dd5c29ec4b58c951500f463258c0 (
plain)
1
2
3
4
5
6
7
8
9
|
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
}
|