Workaround host bionic libs that are missing DT_RUNPATH
We don't have a host bionic version of libclang_rt.asan-x86_64-android.so, so I'm using the android version, which can't load liblog.so, since it's missing DT_RUNPATH that would normally load liblog.so from a relative path to the .so. Bug: 118058804 Test: run ASAN host_bionic Change-Id: I58badcd5ed35bd1c7b786b4f1e2367a1011ff08d
Loading
Please sign in to comment