chore: update strip-binaries for moved swiftshader.so (#20341)

This commit is contained in:
Jeremy Apthorp 2019-09-26 10:48:53 -04:00 committed by John Kleinschmidt
parent 593f1774e9
commit cc0312567e

View file

@ -14,7 +14,7 @@ LINUX_BINARIES_TO_STRIP = [
'libEGL.so',
'swiftshader/libGLESv2.so',
'swiftshader/libEGL.so',
'swiftshader/libvk_swiftshader.so'
'libvk_swiftshader.so'
]
def strip_binaries(directory, target_cpu):