diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-15 01:04:32 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-15 01:04:32 +0000 |
| commit | c75cd261db2f4f5de30baf046f043375d18bf67f (patch) | |
| tree | 2d408f2e39f4d969506d9e448cd2b483a33e2714 | |
| parent | d05e56f89d60fc380684a127db258dba595729f8 (diff) | |
| parent | dc0343e038e8d9f19431b39c890559db5a8b00b5 (diff) | |
| download | platform_system_memory_libmeminfo-android11-s1-release.tar.gz platform_system_memory_libmeminfo-android11-s1-release.tar.bz2 platform_system_memory_libmeminfo-android11-s1-release.zip | |
Snap for 6680390 from dc0343e038e8d9f19431b39c890559db5a8b00b5 to rvc-releaseandroid-vts-11.0_r5android-vts-11.0_r4android-vts-11.0_r3android-vts-11.0_r2android-vts-11.0_r1android-security-11.0.0_r1android-platform-11.0.0_r2android-platform-11.0.0_r1android-cts-11.0_r5android-cts-11.0_r4android-cts-11.0_r3android-cts-11.0_r2android-cts-11.0_r1android-11.0.0_r5android-11.0.0_r4android-11.0.0_r3android-11.0.0_r25android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-security-releaseandroid11-s1-releaseandroid11-release
Change-Id: Ib437b555f716600402b90ec8986037e51e3ea6bb
| -rw-r--r-- | Android.bp | 1 | ||||
| -rw-r--r-- | libdmabufinfo/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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: [ |
