tools-lineage: Add prebuilt patchelf v0.8

* Compiled using official commands list
* patchelf repo commit: 21a85cc
* [npjohnson]: darwin: Pick https://github.com/NixOS/patchelf/commit/3b9e7913a6d14cb09ed91ce8a1110955bda200ef
  to get it to build on macOS.
* Then for linux-x86 statically relinked with:
  gcc -Os -Wall -fexceptions -pthread -o patchelfstatic src/patchelf.o -static -lstdc++
  (macOS same was done, minus -static)
* Rename 0.9 to reflect changes in tools/extract-utils

Change-Id: I02ff87dcc5555eb12f07d71b53065f2e619c974f
4 files changed
tree: 209d2265c469deabb4167238bcc99bcb489f5789
  1. common/
  2. darwin-x86/
  3. linux-x86/