aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-04-15 10:18:26 -0700
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 19:06:38 +0200
commit127d86d400a759ce29fb94a2a7af2a069fc8b80c (patch)
treef377083df599c19f4225e44058d01c8361517ed8
parent2128202ed7c2ca5f7be50901d8acfb39dd22da47 (diff)
downloadandroid_bionic-127d86d400a759ce29fb94a2a7af2a069fc8b80c.tar.gz
android_bionic-127d86d400a759ce29fb94a2a7af2a069fc8b80c.tar.bz2
android_bionic-127d86d400a759ce29fb94a2a7af2a069fc8b80c.zip
libc: Mark libstdc++ as vendor available
A lot of blobs still link this even on 8.1, so allow devices to build a vendor copy of it. Change-Id: I2349478ec0507e3a5136fe89f15e7dc4bfc1a03e
-rw-r--r--libc/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index a5990288d..8103354f4 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1723,6 +1723,7 @@ cc_library {
name: "libstdc++",
static_ndk_lib: true,
static_libs: ["libasync_safe"],
+ vendor_available: true,
static: {
system_shared_libs: [],