commit | 7f048808203bb4e1c01f50793b424364cd669f06 | [log] [tgz] |
---|---|---|
author | dimitry <dimitry@google.com> | Fri May 03 15:57:34 2019 +0200 |
committer | dimitry <dimitry@google.com> | Mon May 06 17:13:51 2019 +0200 |
tree | a6165b26a6c255448370e195b95d360bfcb0ffae | |
parent | 2c02e45f4b4ad997ea681993601c9f67bf96a2ca [diff] [blame] |
Enable native_bridge_support Enable native bridge support for bionic libraries. Makes it possible to use them in binaries for translated architectures. Bug: http://b/77159578 Test: make Change-Id: Iccd4ad7aecfa5260cc15f09ca975d2e18987278a
diff --git a/libc/system_properties/Android.bp b/libc/system_properties/Android.bp index 911afb1..8780dda 100644 --- a/libc/system_properties/Android.bp +++ b/libc/system_properties/Android.bp
@@ -1,6 +1,7 @@ cc_library_static { name: "libsystemproperties", defaults: ["libc_defaults"], + native_bridge_supported: true, srcs: [ "context_node.cpp", "contexts_split.cpp",