[fuzzer] Don't run tests on Android.

Need better build system support.

llvm-svn: 335933
This commit is contained in:
Evgeniy Stepanov 2018-06-28 22:16:59 +00:00
parent 7f081fb22e
commit 71dc39823c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
compiler_rt_test_runtime(sanitizer_common)
# OpenBSD not supporting asan, cannot run the tests
if(COMPILER_RT_BUILD_LIBFUZZER AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD")
if(COMPILER_RT_BUILD_LIBFUZZER AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD" AND NOT ANDROID)
compiler_rt_test_runtime(fuzzer)
endif()