libcxx supports native_bridge
am: a44472d932
Change-Id: Ibd6afd0a280e8d7ca5c7c130d221c0bcbda38f15
This commit is contained in:
@@ -57,6 +57,7 @@ cc_library_static {
|
|||||||
defaults: ["libc++ defaults"],
|
defaults: ["libc++ defaults"],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"src/algorithm.cpp",
|
"src/algorithm.cpp",
|
||||||
"src/any.cpp",
|
"src/any.cpp",
|
||||||
@@ -106,6 +107,7 @@ cc_library_shared {
|
|||||||
name: "libc++",
|
name: "libc++",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
vndk: {
|
vndk: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
support_system_process: true,
|
support_system_process: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user