blob: 228d83ab028e33fb4313822dad23ef2e6a12fe48 [file] [log] [blame]
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Initial value just for style purposes.
USE=""
# Disable on-device grammar check for boards with 2GB rootfs.
USE="${USE} -ondevice_grammar"
# Disable on-device text suggestions.
USE="${USE} -ondevice_text_suggestions"
# Disable on-device handwriting.
USE="${USE} -ondevice_handwriting"
# Disable ime addon features.
USE="${USE} -ime_addons"
# Enable document scanning by DLC due to insufficient rootfs.
USE="${USE} -ondevice_document_scanner ondevice_document_scanner_dlc"
# Disable Camera Frame Annotator.
USE="${USE} -camera_feature_frame_annotator"
# Disable Floss Bluetooth
USE="${USE} -floss"
# Disable extra Japanese fonts.
USE="${USE} -extra_japanese_fonts"
# Disable federated service.
USE="${USE} -federated_service"