commit | 88d87faec908588db0dcf8fe9705ac72516ea82a | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Tue Nov 05 14:57:51 2019 -0800 |
committer | Marissa Wall <marissaw@google.com> | Tue Nov 19 14:49:02 2019 -0800 |
tree | dbad7b28d2e3f13ef7d73570aaef49ed7aefe2ab | |
parent | 3ef7c8bd0c40cf6944f6741a6002b1093fd98611 [diff] [blame] |
gralloc: add get and set BufferMetadata support Add get and set functions that allow buffer metadata to be set on the buffer. This patch has been reviewed by vendors on AOSP. It is a combination of the following patches. They have been squashed (and updated) to make them easier to review. Two of the patches are proposals by ARM that have been incorporated into this patch. https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1107574 https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1109946 https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1124857 https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1126861 Bug: 141632767, 141631993 Test: VtsHalGraphicsMapperV4_0TargetTest Change-Id: I0e79d73a7687f2f5b51828a7454888e6d8ff9460
diff --git a/graphics/common/aidl/Android.bp b/graphics/common/aidl/Android.bp index 497c0f8..e0c7674 100644 --- a/graphics/common/aidl/Android.bp +++ b/graphics/common/aidl/Android.bp
@@ -1,5 +1,6 @@ aidl_interface { name: "vintf-graphics-common", + host_supported: true, vendor_available: true, vndk: { enabled: true,