b/111246860 Merge of http://go/wvgerrit/60040 The libraries were built with the following optimization flags: arm: -02 arm64: -02 x86: -01 x86_64: -01 (-02 was giving segfaults) mips: -01 mips64: -01 linux: -02 AES tables are currently obfuscated as part of Haystack, and deobfuscated everytime they're being used as part of decryption. This adds a considerable performance hit in constantly loading and unloading these buffers. Since they're open source code (see: https://github.com/openssl/openssl/blob/master/crypto/aes/aes_core.c), obfuscating them doesn't provide much benefit.