Mark as vendor_available
am: 4cef24ee3c
Change-Id: I4abe5361513a6345b9990098e3d0841c443c46a7
This commit is contained in:
@@ -16,8 +16,9 @@
|
|||||||
|
|
||||||
// host + device static lib
|
// host + device static lib
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
host_supported: true,
|
|
||||||
name: "libc++_static",
|
name: "libc++_static",
|
||||||
|
host_supported: true,
|
||||||
|
vendor_available: true,
|
||||||
clang: true,
|
clang: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"src/algorithm.cpp",
|
"src/algorithm.cpp",
|
||||||
@@ -72,8 +73,9 @@ cc_library_static {
|
|||||||
|
|
||||||
// host + device dynamic lib
|
// host + device dynamic lib
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
host_supported: true,
|
|
||||||
name: "libc++",
|
name: "libc++",
|
||||||
|
host_supported: true,
|
||||||
|
vendor_available: true,
|
||||||
clang: true,
|
clang: true,
|
||||||
whole_static_libs: ["libc++_static"],
|
whole_static_libs: ["libc++_static"],
|
||||||
stl: "none",
|
stl: "none",
|
||||||
|
|||||||
Reference in New Issue
Block a user