Fixing DEFAULT and FACTORY mask to exclude usr/lib/debug folder

I verified that if I whack /usr/lib/debug folder and run build_image, it works fine. This is important since I plan to check in this issue first and then the fix to add debug flags.

Review URL: http://codereview.chromium.org/2113007
This commit is contained in:
Amol Kher 2010-05-19 17:30:29 -07:00
parent 6df5aeeebb
commit 9d2a7980cf

View File

@ -121,13 +121,13 @@ DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \
/usr/share/gtk-doc /usr/share/gtk-2.0 /usr/lib/gtk-2.0/include \
/usr/share/info /usr/share/aclocal /usr/lib/gcc /usr/lib/pkgconfig \
/usr/share/pkgconfig /usr/share/gettext /usr/share/readline /etc/runlevels \
/usr/share/openrc /lib/rc *.a *.la /etc/init.d"
/usr/share/openrc /lib/rc *.a *.la /etc/init.d /usr/lib/debug"
FACTORY_INSTALL_MASK="/opt/google/chrome /opt/google/o3d /opt/netscape \
/usr/lib/dri /usr/lib/python2.6/test /usr/share/chewing /usr/share/fonts \
/usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale \
/usr/share/m17n /usr/share/mime /usr/share/sounds /usr/share/tts \
/usr/share/X11 /usr/share/zoneinfo"
/usr/share/X11 /usr/share/zoneinfo /usr/lib/debug"
# Check to ensure not running old scripts
V_REVERSE=''