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 Signed-off-by: zlewchan <zlewchan@icloud.com>
This commit is contained in:
parent
1d53e3197d
commit
ae036dd777
1 changed files with 1 additions and 0 deletions
|
@ -1929,6 +1929,7 @@ cc_library {
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
],
|
],
|
||||||
|
vendor_available: true,
|
||||||
|
|
||||||
static: {
|
static: {
|
||||||
system_shared_libs: [],
|
system_shared_libs: [],
|
||||||
|
|
Loading…
Reference in a new issue