summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/compiler-rt/lib/asan/scripts/CMakeLists.txt
blob: e5ab8ebed024211d4b8c18a367608d1ef1f4dd11 (plain) (blame)
1
2
3
4
if(ANDROID)
  add_compiler_rt_script(asan_device_setup)
  add_dependencies(asan asan_device_setup)
endif()