From 7d8cea6e8e2bddaa4475835106bf88d214d95279 Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Fri, 21 Mar 2014 15:39:46 -0700 Subject: Make LLVM compile with prebuilt clang. bug 13588226 Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a --- llvm-device-build.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'llvm-device-build.mk') diff --git a/llvm-device-build.mk b/llvm-device-build.mk index 70c9a84724..7464c98bcc 100644 --- a/llvm-device-build.mk +++ b/llvm-device-build.mk @@ -1,5 +1,7 @@ LOCAL_MODULE_TARGET_ARCH := $(LLVM_SUPPORTED_ARCH) +LOCAL_CLANG := true + LOCAL_CFLAGS := \ -D_GNU_SOURCE \ -D__STDC_LIMIT_MACROS \ @@ -11,15 +13,14 @@ LOCAL_CFLAGS := \ -W \ -Wno-unused-parameter \ -Wwrite-strings \ + -Dsprintf=sprintf \ $(LOCAL_CFLAGS) # The three inline options together reduce libbcc.so almost 1MB. # We move them from global build/core/combo/TARGET_linux-arm.mk # to here. LOCAL_CFLAGS := -DANDROID_TARGET_BUILD \ - -finline-limit=64 \ -finline-functions \ - -fno-inline-functions-called-once \ $(LOCAL_CFLAGS) ifeq ($(TARGET_BUILD_VARIANT),eng) -- cgit v1.2.3