[asan] Export __asan_default_options() so it has an effect

With -fvisibility=hidden, __asan_default_options is never seen by
the ASan runtime DSO and so has no effect.  Export it explicitly
to make sure it is seen as referenced at link time and gets into
the dynamic symbol table.

Test: CQ
Change-Id: Ia5b4bea5b1d22b41de6570a2bbefac3688b88f69
1 file changed