blob: c06d5ed14dd9d3e97d863f9d3506c787e8ab53ae [file] [log] [blame]
# Copyright 2018 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.
# The sqlite tool isn't needed but causes problems, see crbug.com/915827.
if [[ $(cros_target) != "cros_host" ]]; then
sqlite_mask="
/usr/bin/sqlite*
"
PKG_INSTALL_MASK+=" ${sqlite_mask}"
INSTALL_MASK+=" ${sqlite_mask}"
unset sqlite_mask
fi