summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2019-05-07 21:47:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-07 21:47:41 +0000
commit9a45f8ff4c67b93a8567ada05a021e30324b76b1 (patch)
treeff296072e608c03e074d8300b22e1002f3e18666
parenteabbfb9e81d865631f437413fad2888ddb8ae8ea (diff)
parenta808b1150a9ec5c399f1e6447f6ceb8d3f33535c (diff)
downloadcore-9a45f8ff4c67b93a8567ada05a021e30324b76b1.tar.gz
Merge "Enable native_bridge_support"
-rw-r--r--base/Android.bp2
-rw-r--r--liblog/Android.bp3
-rw-r--r--libziparchive/Android.bp1
-rw-r--r--property_service/libpropertyinfoparser/Android.bp1
4 files changed, 7 insertions, 0 deletions
diff --git a/base/Android.bp b/base/Android.bp
index 38f301a1b..d4268cac0 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -29,6 +29,7 @@ cc_library_headers {
vendor_available: true,
recovery_available: true,
host_supported: true,
+ native_bridge_supported: true,
export_include_dirs: ["include"],
target: {
@@ -100,6 +101,7 @@ cc_library {
vendor_available: true,
recovery_available: true,
host_supported: true,
+ native_bridge_supported: true,
vndk: {
enabled: true,
support_system_process: true,
diff --git a/liblog/Android.bp b/liblog/Android.bp
index da475cb53..53d3ab304 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -45,6 +45,7 @@ cc_library_headers {
host_supported: true,
vendor_available: true,
recovery_available: true,
+ native_bridge_supported: true,
export_include_dirs: ["include"],
system_shared_libs: [],
stl: "none",
@@ -67,6 +68,7 @@ cc_library {
name: "liblog",
host_supported: true,
recovery_available: true,
+ native_bridge_supported: true,
srcs: liblog_sources,
target: {
@@ -138,6 +140,7 @@ ndk_library {
llndk_library {
name: "liblog",
+ native_bridge_supported: true,
symbol_file: "liblog.map.txt",
export_include_dirs: ["include_vndk"],
}
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp
index 858c0bb47..384325292 100644
--- a/libziparchive/Android.bp
+++ b/libziparchive/Android.bp
@@ -84,6 +84,7 @@ cc_library {
host_supported: true,
vendor_available: true,
recovery_available: true,
+ native_bridge_supported: true,
vndk: {
enabled: true,
},
diff --git a/property_service/libpropertyinfoparser/Android.bp b/property_service/libpropertyinfoparser/Android.bp
index 5c57d690e..ac802b58b 100644
--- a/property_service/libpropertyinfoparser/Android.bp
+++ b/property_service/libpropertyinfoparser/Android.bp
@@ -3,6 +3,7 @@ cc_library_static {
host_supported: true,
vendor_available: true,
recovery_available: true,
+ native_bridge_supported: true,
srcs: ["property_info_parser.cpp"],
cpp_std: "experimental",