Add /usr/share/profiling to COMMON_INSTALL_MASK

This directory contains profiling/coverage data that is generated by some
packages during the build process. It should not be installed onto the device,
but we want the data to live on in /build to allow developers to consult it.

BUG=chromium-os:37854
TEST=None, this change will be tested in CL 42339 since it currently has not
     effect

Change-Id: I882fa7a7496db52a72bb8c5409b3715490d95879
Reviewed-on: https://gerrit.chromium.org/gerrit/42499
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Tested-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
Ryan Harrison 2013-02-02 13:39:43 -05:00 committed by ChromeBot
parent 94b00acd95
commit b8bd594130

View File

@ -412,6 +412,7 @@ COMMON_INSTALL_MASK="
/usr/share/man /usr/share/man
/usr/share/openrc /usr/share/openrc
/usr/share/pkgconfig /usr/share/pkgconfig
/usr/share/profiling
/usr/share/readline /usr/share/readline
/usr/src /usr/src
" "