summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-13 03:07:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-13 03:07:25 +0000
commit3fdb365cfaa5733847aed788cc6ff712e8b26943 (patch)
treeaa3177902465b79841ba8aff0d9b598eec563e3e
parentd10842b713cd3cf5028d1d1c9caf413c35bba3a2 (diff)
parentc610c173203b8ac3982a50f5b054e8ab385adb5a (diff)
downloadgchips-3fdb365cfaa5733847aed788cc6ff712e8b26943.tar.gz
Snap for 8581479 from c610c173203b8ac3982a50f5b054e8ab385adb5a to tm-qpr1-release
Change-Id: Ibdf44fd0981494533dd2d5732290d58058b1e1c1
-rw-r--r--GrallocHAL/src/core/exynos_format_allocation.h4
-rw-r--r--gralloc4/src/core/exynos_format_allocation.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/GrallocHAL/src/core/exynos_format_allocation.h b/GrallocHAL/src/core/exynos_format_allocation.h
index 30b2c15..204ed98 100644
--- a/GrallocHAL/src/core/exynos_format_allocation.h
+++ b/GrallocHAL/src/core/exynos_format_allocation.h
@@ -16,8 +16,8 @@
#pragma once
-#if __has_include(<video/mfc_macros.h>)
-#include <video/mfc_macros.h>
+#if __has_include(<linux/videodev2_exynos_media.h>)
+#include <linux/videodev2_exynos_media.h>
#else
#include "mfc_macros_local.h"
#endif
diff --git a/gralloc4/src/core/exynos_format_allocation.h b/gralloc4/src/core/exynos_format_allocation.h
index bcaadfb..0abfbd0 100644
--- a/gralloc4/src/core/exynos_format_allocation.h
+++ b/gralloc4/src/core/exynos_format_allocation.h
@@ -16,8 +16,8 @@
#pragma once
-#if __has_include(<video/mfc_macros.h>)
-#include <video/mfc_macros.h>
+#if __has_include(<linux/videodev2_exynos_media.h>)
+#include <linux/videodev2_exynos_media.h>
#else
#include "mfc_macros_local.h"
#endif