tools/oss-fuzz: install private shared library non-executable (#8927)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 May 2018 15:00:19 +0000 (17:00 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 8 May 2018 15:00:19 +0000 (18:00 +0300)
commit3c31f3a575795428d3e322cdcf61e54a1482835d
tree11d9328ce3b5e55a842af09f3037007fdbc8e848
parent3c88cbeed42867841ee53d49dd558c45615a5549
tools/oss-fuzz: install private shared library non-executable (#8927)

Apparently oss-fuzz's "bad build check" is confused by the library.
Let's make it non-executable, so the checker ignores it.

Should fix https://github.com/google/oss-fuzz/issues/1330.
tools/oss-fuzz.sh