blob: 8466dcb65617a15dd50d0f33ca753f5031f79d94 [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.
# Don't install the NSS CKFW SPI on target.
if [[ "$(cros_target)" == "target_image" ]]; then
INSTALL_MASK+=" /usr/include/nss/*.api"
PKG_INSTALL_MASK+=" /usr/include/nss/*.api"
fi