libcxx supports native_bridge am: a44472d932

am: 81231c9ecd

Change-Id: Ib3f680f901e98bb1be0ebcbdf27ab47b38ac6a94
This commit is contained in:
dimitry
2019-05-07 13:09:32 -07:00
committed by android-build-merger

View File

@@ -57,6 +57,7 @@ cc_library_static {
defaults: ["libc++ defaults"],
vendor_available: true,
recovery_available: true,
native_bridge_supported: true,
srcs: [
"src/algorithm.cpp",
"src/any.cpp",
@@ -106,6 +107,7 @@ cc_library_shared {
name: "libc++",
host_supported: true,
vendor_available: true,
native_bridge_supported: true,
vndk: {
enabled: true,
support_system_process: true,