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