blob: 693fde74c3626fcc4617950bd428c5a9d88aa2bb [file] [log] [blame]
# Copyright 2019 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.
# These are only used at build time.
if [[ $(cros_target) != "cros_host" ]]; then
timezone_mask="
/usr/bin/tzselect
/usr/bin/zdump
/usr/bin/zic
"
PKG_INSTALL_MASK+=" ${timezone_mask}"
INSTALL_MASK+=" ${timezone_mask}"
unset timezone_mask
fi