From b8bd594130a5c1fe436fdb6eb8a25ce405c996e8 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Sat, 2 Feb 2013 13:39:43 -0500 Subject: [PATCH] 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 Commit-Queue: Ryan Harrison Tested-by: Ryan Harrison --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index a33a1f16ef..78a0cc3f8b 100644 --- a/common.sh +++ b/common.sh @@ -412,6 +412,7 @@ COMMON_INSTALL_MASK=" /usr/share/man /usr/share/openrc /usr/share/pkgconfig + /usr/share/profiling /usr/share/readline /usr/src "