Skip to content

Commit 5b9b5a9

Browse files
committed
exclude more libs
1 parent 9274809 commit 5b9b5a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/postprocess.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,18 @@ def _parse_node(node, expected_level):
173173
'libfreetype.so',
174174
'libfontconfig.so',
175175
'libharfbuzz.so',
176+
'libGL',
177+
'libOpenGL',
178+
'libEGL',
176179
# base system
177180
'libgcc_s.so',
181+
'libpthread.so',
182+
'librt.so',
183+
'libc.so',
184+
'libdl.so',
185+
'libresolv.so',
186+
'libz.so',
187+
'libm.so',
178188
]
179189

180190
# Remove lib from blacklist

0 commit comments

Comments
 (0)