From 1df46a28b98d8aee7b393112553f8b324c969739 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 18 Mar 2014 08:32:14 +0000 Subject: Move Android ucontext.h out of third_party. Google is re-licensing this code under the standard dual license of compiler-rt. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204128 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/platform/clang_linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/platform') diff --git a/make/platform/clang_linux.mk b/make/platform/clang_linux.mk index dbe729cd1..2486eff06 100644 --- a/make/platform/clang_linux.mk +++ b/make/platform/clang_linux.mk @@ -111,7 +111,7 @@ ANDROID_COMMON_FLAGS := -target arm-linux-androideabi \ -B$(LLVM_ANDROID_TOOLCHAIN_DIR) CFLAGS.asan-arm-android := $(CFLAGS) -fPIC -fno-builtin \ $(ANDROID_COMMON_FLAGS) -fno-rtti \ - -I$(ProjSrcRoot)/third_party/android/include + -I$(ProjSrcRoot)/android/include LDFLAGS.asan-arm-android := $(LDFLAGS) $(ANDROID_COMMON_FLAGS) -ldl -lm -llog \ -lstdc++ -Wl,-soname=libclang_rt.asan-arm-android.so -Wl,-z,defs -- cgit v1.2.3