From 1e23a06f663cc1d56f9a57a317d0d84d6dd788f0 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 25 Nov 2014 15:32:35 -0800 Subject: Fix build by moving to clang. G++ is trying to parse `if (it1->end < it2->end)` with `< it->` being interpreted as a template parameter. Move to clang. Bug: 18466763 Change-Id: Idf6fcdbc08963ce2b1cbe0668d25bfa39e0be38d (cherry picked from commit cfb846e28c4d447eeb094a5578f13f7eb83333e2) --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 44618fc..c566edf 100644 --- a/Android.mk +++ b/Android.mk @@ -21,5 +21,5 @@ LOCAL_SDK_VERSION := 14 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib) LOCAL_MODULE := libopenfst-gnustl-rtti - +LOCAL_CLANG := true include $(BUILD_STATIC_LIBRARY) -- cgit v1.2.3