add folly::init to libfolly for OSS build
authorWez Furlong <wez@fb.com>
Thu, 15 Dec 2016 04:03:32 +0000 (20:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 15 Dec 2016 04:18:11 +0000 (20:18 -0800)
commit8d0d6318e0333dc6145b9f5e7c921ab5628109b7
treef1c5f7e51495221ddb4fa7ce8f66ffa963507489
parent489524aac64322aca168b651138f0da887ddf4b3
add folly::init to libfolly for OSS build

Summary:
We use this in eden and this avoids needing to patch the homebrew recipe.

I've also made the use of the folly symbolizer specific to the facebook
internal build of folly, because it fails to compile in the Linux OSS build
too.

Reviewed By: yfeldblum

Differential Revision: D4292166

fbshipit-source-id: b69153be8ab9cc461bc7f456248e73972ba7f461
folly/Makefile.am
folly/init/Init.cpp