CMakeLists.txt 107 Bytes Raw Blame History Permalink 1 2 3 4 if(ANDROID) add_compiler_rt_script(asan_device_setup) add_dependencies(asan asan_device_setup) endif()