Fix BoringSSL build on iOS
In order to get BoringSSL to build on iOS we need to make a couple of initial changes: * We disable unittests due to the current inability to run new processes on iOS. * We disable the use of custom assembly since we are unable to build the assembly for the iOS architecture and would otherwise be unable to test it. BUG=591545 Review URL: https://codereview.chromium.org/1809153002 Cr-Commit-Position: refs/heads/master@{#381812}
Showing
Please register or sign in to comment