aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-04-15 10:18:26 -0700
committerJulian Veit <claymore1298@gmail.com>2022-01-02 14:53:15 +0100
commit0828a74140dadb053399c027064364dffc0e0ab9 (patch)
tree00b51cd44c8a696daa6f39e5d80488bcb864ff69
parentda090ee04042f64b96e7d15e32a80f4daf8743e6 (diff)
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 2c0656f72..1e671f1ec 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1984,6 +1984,7 @@ cc_library {
name: "libstdc++",
static_ndk_lib: true,
static_libs: ["libasync_safe"],
+ vendor_available: true,
static: {
system_shared_libs: [],