As clang++ in the NDK defaults to libc++ since r17, we no longer need to fake a libstdc++.so at build time (and omit it from the libc++ package we ship).
Replace libutil.so with linker script so we don't have to patch each program that tries to link with libutil.so.