blob: 9071bcaecbd003301b9e97d2df158d1ead7da2b0 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# 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"
# Enable document scanning by DLC due to insufficient rootfs.
USE="${USE} -ondevice_document_scanner ondevice_document_scanner_dlc"
# Disable Floss Bluetooth
USE="${USE} -floss"
# Disable extra Japanese fonts.
USE="${USE} -extra_japanese_fonts"