Use shared libc++ for libcrypto and libssl on the host

Using a static libc++ causes ODR violations when the resulting
library is linked into a binary that also uses a shared libc++.
Use the default shared libc++.

The same problem also likely exists on the device, but this will
unblock the builds for now.

Bug: 64597511
Test: m -j ASAN_OPTIONS=detect_leaks=0 SANITIZE_HOST=address out/target/common/gen/conscrypt/org/conscrypt/NativeConstants.java
Change-Id: I440cb7983a6399cece0bbf53777e9877b73a068f
1 file changed