blob: 5783bae68ed5bc1bd2d3ec3d2611f9c949a7d607 [file] [log] [blame]
# Copyright 2014 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 install these with our chromeos-base package.
if [[ $(cros_target) != "cros_host" ]]; then
protobuf_mask="
/usr/bin/protoc
/usr/lib*/libprotoc.so*
"
PKG_INSTALL_MASK+=" ${protobuf_mask}"
INSTALL_MASK+=" ${protobuf_mask}"
unset protobuf_mask
fi
if [[ $(cros_target) == "target_image" ]]; then
protobuf_mask="
/usr/include/google/protobuf/*.inc
"
PKG_INSTALL_MASK+=" ${protobuf_mask}"
INSTALL_MASK+=" ${protobuf_mask}"
unset protobuf_mask
fi