From a44472d932a8bf7ced9e32811fc6052368aecdf0 Mon Sep 17 00:00:00 2001 From: dimitry Date: Mon, 6 May 2019 12:37:14 +0200 Subject: [PATCH] libcxx supports native_bridge The library can be used to build binaries for translated architectures. Bug: http://b/77159578 Test: make Change-Id: I3c41a52d599bae2c50feb937267295d9ea8844ca --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index c663e7a13..9dccf0818 100644 --- a/Android.bp +++ b/Android.bp @@ -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,