Disable ASAN for libcrypto.

If address sanitizing is enabled, libcrypto will not report
itself as being in FIPS mode, which causes boringssl_self_test
to fail putting the device into a boot loop.

Rather than risk modifying libcrypto or boringssl_self_test,
this disables ASAN for libcrypto.

HWASAN is unaffacted and still available for use with libcrypto.

The BoringSSL team do extensive ASAN testing so the risk of
this change masking bugs is low.

Bug: 154681903
Test: Build and boot with SANITIZE_TARGET=address
Change-Id: Iaad8d45fa5f007448e5f81b8864dd687931db270
Merged-In: Iaad8d45fa5f007448e5f81b8864dd687931db270
(cherry picked from commit e0c3f631710669d25e542b82ad8faaa08f36adf3)
1 file changed