Disable openssl for folly libevent builds too

Summary:
This has been tripping up the release builds, luckily caught by
Circle: https://circleci.com/gh/facebook/flipper/1480

Reviewed By: jknoxville

Differential Revision: D17282130

fbshipit-source-id: a17adb18bc75e4fa5d645a062343622167785fa6
This commit is contained in:
Pascal Hartig
2019-09-10 07:32:09 -07:00
committed by Facebook Github Bot
parent fc2b8db8cf
commit 23eaa74a85

View File

@@ -17,7 +17,7 @@ android {
buildConfigField "boolean", "IS_INTERNAL_BUILD", 'true'
externalNativeBuild {
cmake {
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared', '-DEVENT__DISABLE_OPENSSL=on'
}
}
}