blob: 599ea5630a5e96a321a42bbb07cb86d08e89f322 [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.
# Don't install libtraceevent plugins since the cross-compilation is broken in
# the perf package. See http://crbug.com/417137.
if [[ $(cros_target) != "cros_host" ]]; then
perf_mask="
/usr/lib*/traceevent/plugins/plugin_*.so
/usr/lib/debug/usr/lib*/traceevent/plugins/plugin_*.so.debug
"
PKG_INSTALL_MASK+=" ${perf_mask}"
INSTALL_MASK+=" ${perf_mask}"
unset perf_mask
fi