From bde26eee41f3b2a66ad20cc4d29dbbb3f35c0341 Mon Sep 17 00:00:00 2001
From: laserbeamh <avery.dorgan@protonmail.com>
Date: Mon, 27 Apr 2020 15:51:21 +0000
Subject: [PATCH] Upload New File

---
 .../cc-option_wrapper_Wno-frame-larger.patch           | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 device/testing/linux-essential-mata/cc-option_wrapper_Wno-frame-larger.patch

diff --git a/device/testing/linux-essential-mata/cc-option_wrapper_Wno-frame-larger.patch b/device/testing/linux-essential-mata/cc-option_wrapper_Wno-frame-larger.patch
new file mode 100644
index 00000000000..35148f25c96
--- /dev/null
+++ b/device/testing/linux-essential-mata/cc-option_wrapper_Wno-frame-larger.patch
@@ -0,0 +1,10 @@
+diff --git a/drivers/media/platform/msm/vidc/Makefile b/drivers/media/platform/msm/vidc/Makefile
+index 560a5184c6ea..3a43a80cf5fa 100644
+--- a/drivers/media/platform/msm/vidc/Makefile
++++ b/drivers/media/platform/msm/vidc/Makefile
+@@ -23,4 +23,4 @@ obj-$(CONFIG_MSM_VIDC_VMEM) += vmem/
+ 
+ # TODO: remove me b/62058353
+ subdir-ccflags-y += \
+-	-Wno-frame-larger-than=
++	$(call cc-option,-Wno-frame-larger-than=)
-- 
GitLab