Sign in
android
/
platform
/
external
/
compiler-rt
/
4f2d104450e855398f6cb08279465fd47ad1f34d
/
.
/
lib
/
asan
/
scripts
/
CMakeLists.txt
blob: e5ab8ebed024211d4b8c18a367608d1ef1f4dd11 [
file
] [
log
] [
blame
]
if(ANDROID)
add_compiler_rt_script(asan_device_setup)
add_dependencies(asan asan_device_setup)
endif()