diff options
Diffstat (limited to 'rebuild_wrappers.py')
| -rwxr-xr-x | rebuild_wrappers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild_wrappers.py b/rebuild_wrappers.py index 0bd25f09..e22c52d6 100755 --- a/rebuild_wrappers.py +++ b/rebuild_wrappers.py @@ -402,6 +402,7 @@ def readFiles(files: Iterable[Filename]) -> Tuple[JumbledGlobals, JumbledRedirec or match("libGL", "libEGL") \ or match("libc", "tcmallocminimal") \ or match("libc", "tbbmallocproxy") \ + or match("libc", "androidshmem") \ or match("tcmallocminimal", "tbbmallocproxy"): continue |