From 982556afccc5c7327bbf59a340092c0cc742e336 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Tue, 11 Dec 2012 11:41:54 +0800 Subject: [PATCH] Filter out more things in install shim This reduces tens of MB of install shim. BUG=chrome-os-partner:16712 TEST=Build install shim and install with it. Change-Id: Ic7fab3c6e26d9b78f5181c4f10181217c1c2697a Signed-off-by: Vic Yang Reviewed-on: https://gerrit.chromium.org/gerrit/39534 Reviewed-by: Tom Wai-Hong Tam --- common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common.sh b/common.sh index e704c787d9..849570781f 100644 --- a/common.sh +++ b/common.sh @@ -392,19 +392,22 @@ FACTORY_SHIM_INSTALL_MASK=" /opt/google/talkplugin /usr/lib/dri /usr/lib/python2.6/test + /usr/lib64/dri /usr/local/autotest-pkgs /usr/share/X11 /usr/share/chewing + /usr/share/chromeos-assets /usr/share/fonts /usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale /usr/share/m17n /usr/share/mime + /usr/share/oem + /usr/share/pyzy /usr/share/sounds /usr/share/tts /usr/share/zoneinfo - /usr/share/oem " # -----------------------------------------------------------------------------