summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-12-29 06:18:51 +0530
committerSebastian Dröge <slomo@coaxion.net>2023-01-12 21:57:08 +0000
commit68eb3414df2af3eb05ed8f272640009571d2be59 (patch)
tree93b5e6a7d13100636dddda4048e1f3480774e479 /config
parent100299397a9933b055058e19be8857e901fd1cc5 (diff)
gnustl.recipe: Eliminate libandroid_support from gnustl
Doesn't seem to be needed with API level 21. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/864>
Diffstat (limited to 'config')
-rw-r--r--config/android.config7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/android.config b/config/android.config
index aa50a081..335bebca 100644
--- a/config/android.config
+++ b/config/android.config
@@ -171,13 +171,6 @@ stl_libdir = os.path.join(toolchain_prefix, 'libs', _cxx_arch)
stl_cxxlinkargs = ['-nostdlib++', '-L' + stl_libdir, '-lc++_shared']
stl_cxxflags = '-nostdlib++ -isystem ' + os.path.join (stl_prefix, 'include') + ' -isystem ' + os.path.join (stl_prefix, '..', 'llvm-libc++abi', 'include')
-if v < 21:
- stl_cxxflags += ' -Wl,' + os.path.join (lib_dir, 'libandroid_support.a')
- stl_cxxlinkargs += ['-Wl,' + os.path.join (lib_dir, 'libandroid_support.a')]
- stl_cxxflags += ' -isystem ' + os.path.join (toolchain_prefix, 'sources', 'android', 'support', 'include')
-if target_arch == Architecture.ARMv7:
- stl_cxxflags += ' -Wl,' + os.path.join (lib_dir, 'libunwind.a')
- stl_cxxlinkargs += ['-Wl,' + os.path.join (lib_dir, 'libunwind.a')]
# Toolchain environment
env['CPPFLAGS'] = defines