From 4b898868bc717b036629ba7a1ac700cc92945e79 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Fri, 7 Nov 2014 12:30:02 -0800 Subject: Switch rsg-generator to use no STL, since it is pure C. We should really fix rsg-generator to install itself, and then be invoked from a location with access to libc++.so, but this fixes things for the time being. Change-Id: Icbcd4e626e76f17cb32ca3631ef40172ee15910e --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 4d768392..cb3ef33b 100644 --- a/Android.mk +++ b/Android.mk @@ -82,6 +82,8 @@ LOCAL_SRC_FILES:= \ spec.l \ rsg_generator.c +LOCAL_CXX_STL := none + include $(BUILD_HOST_EXECUTABLE) # TODO: This should go into build/core/config.mk -- cgit v1.2.3