summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-07-15 01:14:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-07-15 01:14:39 +0000
commite2b50eeeca81054060d8c9f5951bf0891e63c029 (patch)
tree2d408f2e39f4d969506d9e448cd2b483a33e2714
parent5d9840e6ab802beef32f9b615cf089af9d5a088f (diff)
parentd3a22faf9a47010b477377f6566ac02b0a0488e9 (diff)
downloadplatform_system_memory_libmeminfo-android11-d1-release.tar.gz
platform_system_memory_libmeminfo-android11-d1-release.tar.bz2
platform_system_memory_libmeminfo-android11-d1-release.zip
Change-Id: Idd877a9a0ba7edcb0d815e5d7ae365e5be2de864
-rw-r--r--Android.bp1
-rw-r--r--libdmabufinfo/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4de1834..6f262b5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,6 +40,7 @@ cc_defaults {
cc_library {
name: "libmeminfo",
host_supported: true,
+ native_bridge_supported: true,
defaults: ["libmeminfo_defaults"],
export_include_dirs: [
"include",
diff --git a/libdmabufinfo/Android.bp b/libdmabufinfo/Android.bp
index 7c3d9c0..993fd00 100644
--- a/libdmabufinfo/Android.bp
+++ b/libdmabufinfo/Android.bp
@@ -34,6 +34,7 @@ cc_library_static {
name: "libdmabufinfo",
vendor_available: true,
host_supported: true,
+ native_bridge_supported: true,
defaults: ["dmabufinfo_defaults"],
export_include_dirs: ["include"],
srcs: [