From 1cf026d1d7852485442eb76d2402586d753f8417 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 31 May 2023 11:13:24 +1000 Subject: android: remove all traces of gnustl The relevant c++ standard library is now automaticaly added by the compiler/linker and our gross hack involving gnustl.pc/la is not longer needed. Part-of: --- packages/base-system-1.0.package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/base-system-1.0.package b/packages/base-system-1.0.package index 11619da7..d794a86e 100644 --- a/packages/base-system-1.0.package +++ b/packages/base-system-1.0.package @@ -21,7 +21,7 @@ class Package(custom.GStreamer, package.Package): Platform.WINDOWS: ['proxy-libintl:libs:lang', 'mingw-runtime'], Platform.DARWIN: ['proxy-libintl:libs:lang'], Platform.LINUX: [], - Platform.ANDROID: ['proxy-libintl:libs:lang', 'libiconv:libs:lang', 'gnustl'], + Platform.ANDROID: ['proxy-libintl:libs:lang', 'libiconv:libs:lang'], Platform.IOS: ['proxy-libintl:libs:lang'] } -- cgit v1.2.3