| Index: tools/check_ecs_deps/check_ecs_deps.py
|
| diff --git a/tools/check_ecs_deps/check_ecs_deps.py b/tools/check_ecs_deps/check_ecs_deps.py
|
| index f6760d65b5f0af134cd62c69719c239ced6d3ca1..4ac06bb298908f11b16970e2599286d08824c1ec 100755
|
| --- a/tools/check_ecs_deps/check_ecs_deps.py
|
| +++ b/tools/check_ecs_deps/check_ecs_deps.py
|
| @@ -39,7 +39,6 @@ kUndesiredLibraryList = [
|
| 'libpcre',
|
| 'libpixman',
|
| 'libpng',
|
| - 'libresolv',
|
| 'libselinux',
|
| 'libudev',
|
| 'libxcb',
|
| @@ -53,6 +52,7 @@ kAllowedLibraryList = [
|
| 'libgcc_s',
|
| 'libm',
|
| 'libpthread',
|
| + 'libresolv',
|
| 'librt',
|
| 'libstdc++',
|
| 'linux-vdso',
|
| @@ -68,6 +68,9 @@ kAllowedLibraryList = [
|
| 'libplds4',
|
| 'libsmime3',
|
|
|
| + # OpenSSL
|
| + 'libcrypto',
|
| +
|
| # Miscellaneous
|
| 'libcap',
|
| 'libexpat',
|
|
|