Include libstdc++ in the libraries bundled with delta generator.

We have updated the toolchain in the chroot to use a newer version of
libstdc++ than what is installed on our workstations. This means
this additional library is required to generate deltas outside of the
chroot.

BUG=chromium-os:25277
TEST=Generated zip file, and ran contents outside of chroot on my workstation.

Change-Id: I5a90ee355aabd4849a9186a9a66e3dc9b1c51d52
Reviewed-on: https://gerrit.chromium.org/gerrit/14597
Reviewed-by: Eric M. Blake <eblake@google.com>
Reviewed-by: Eric Blake <eblake@chromium.org>
Tested-by: Don Garrett <dgarrett@chromium.org>
Commit-Ready: Don Garrett <dgarrett@chromium.org>
This commit is contained in:
Don Garrett 2012-01-20 18:31:23 -08:00 committed by Gerrit
parent d32c59fe47
commit 48df416640

View File

@ -113,13 +113,15 @@ def CopyRequiredFiles(dest_files_root):
# We need directories to be copied recursively to a destination within tempdir
recurse_dirs = {'~/trunk/src/scripts/lib/shflags': 'lib/shflags'}
# Feel free to delete any file here if the chroot version is newer than
# the goobuntu workstation version. Otherwise delta generator will break
# when used by the release team to generate a delta.
black_list = [
'linux-vdso.so',
'libgcc_s.so',
'libgthread-2.0.so',
'libpthread.so',
'librt.so',
'libstdc',
'libgcc_s.so',
'libc.so',
'ld-linux-x86-64',