blob: f7b162af4b524f516605da480a26810ad9cd21c4 [file] [log] [blame]
# Copyright 2017 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.
# We only want plugins on the build machine.
if [[ $(cros_target) != "cros_host" ]]; then
grpc_mask="
/usr/bin/*plugin
"
PKG_INSTALL_MASK+=" ${grpc_mask}"
INSTALL_MASK+=" ${grpc_mask}"
unset grpc_mask
fi