blob: 63042f55d66322321abb5e234993cc80eb16d290 [file] [log] [blame]
# Copyright (c) 2013 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.
# Don't install static builds on target.
if [[ $(cros_target) != "board_sysroot" ]]; then
INSTALL_MASK+=" /usr/bin/futility_s"
PKG_INSTALL_MASK+=" /usr/bin/futility_s"
fi