Integrate Address Sanitizer into Android N

2019-02-06 Thread Harinath Maddela
Hi, I'm working on AOSP, Android-N code for x86 platform. I would like to integrate Address Sanitizer(ASan) into this. When i tried to follow the steps mentioned in Developers forum in Sanitizing shared libraries with ASan(by adding LOCAL_SANITIZE:=address in Android.mk), i get some build erro

Re: Integrate Address Sanitizer into Android N

2019-02-06 Thread 'Evgenii Stepanov' via address-sanitizer
Hi, check if the build file under prebuilts/clang/host/linux-x86 mentions libclang_rt.asan-i686-android.so It might have not been there yet. If that's the case, you can try to engage in software archaeology and figure out how to build the missing library at the matching version (it needs to be mor