From 1a8f8fa6c0eb8ad8ba78fa8ba9e255000d1d6a17 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 11 Sep 2012 11:55:45 +0000 Subject: CMake build rules for ASan Android runtime and tests. llvm-svn: 163613 --- compiler-rt/lib/interception/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler-rt/lib/interception') diff --git a/compiler-rt/lib/interception/CMakeLists.txt b/compiler-rt/lib/interception/CMakeLists.txt index 2c7619b68d1..00a3e8bf1e9 100644 --- a/compiler-rt/lib/interception/CMakeLists.txt +++ b/compiler-rt/lib/interception/CMakeLists.txt @@ -34,9 +34,9 @@ else() set_target_compile_flags(RTInterception.i386 ${INTERCEPTION_CFLAGS} ${TARGET_I386_CFLAGS}) endif() - if(CAN_TARGET_ARM_ANDROID) + if(ANDROID) add_library(RTInterception.arm.android OBJECT ${INTERCEPTION_SOURCES}) set_target_compile_flags(RTInterception.arm.android - ${INTERCEPTION_CFLAGS} ${TARGET_ARM_ANDROID_CFLAGS}) + ${INTERCEPTION_CFLAGS}) endif() endif() -- cgit v1.2.3