From 87cac6bac2bd2145a5e41a3ce1ec1c2029ca010a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 29 Oct 2012 14:13:15 +0200 Subject: gb_STDLIBS should contain -l options for the linking command line Change-Id: Iab93d5dc4b3c19d3661846b16956573078fa4cfd --- solenv/gbuild/platform/android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/gbuild/platform/android.mk b/solenv/gbuild/platform/android.mk index 4b8886470d8b..804d939f6c0f 100644 --- a/solenv/gbuild/platform/android.mk +++ b/solenv/gbuild/platform/android.mk @@ -10,7 +10,7 @@ ifeq ($(DISABLE_DYNLOADING),TRUE) # Link with -lgnustl_static gb_STDLIBS := \ - gnustl_static + -lgnustl_static gb_Library_PLAINLIBS_NONE := \ android \ -- cgit