xref: /openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/CMakeLists.txt (revision 53555c846a0a6f917dbd0a191f826da995ab1c42)
1if(ANDROID)
2  add_compiler_rt_script(asan_device_setup)
3  add_dependencies(asan asan_device_setup)
4endif()
5