diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-04-15 10:18:26 -0700 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-08 17:39:59 +0200 |
| commit | f935cf52b8b69a2f7f550510dc71f9af0ebbde84 (patch) | |
| tree | 3751ab225a4bc856d6e95c703f9e37d7ac11613c | |
| parent | 36a43e5c9541bed54e660eecea03dd6df950737d (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.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index d3271ae91..e30a632d8 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -1860,6 +1860,7 @@ cc_library { name: "libstdc++", static_ndk_lib: true, static_libs: ["libasync_safe"], + vendor_available: true, static: { system_shared_libs: [], |
