From ecc2c5a1ad8e5b641ebcdd505f62d082ef926a71 Mon Sep 17 00:00:00 2001
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Date: Mon, 25 Nov 2024 10:43:38 +0100
Subject: [PATCH] TI: plugin_store: Add C2CarveoutDmaBufAllocator to build

Make sure our C2CarveoutDmaBufAllocator gets build as part of the v4l2_codec2
HAL.

The functional changes will be done in a later patch.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
 plugin_store/Android.bp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugin_store/Android.bp b/plugin_store/Android.bp
index 4eeb52d..10be2bc 100644
--- a/plugin_store/Android.bp
+++ b/plugin_store/Android.bp
@@ -16,6 +16,7 @@ cc_library_shared {
     ],
 
     srcs: [
+        "C2CarveoutDmaBufAllocator.cpp",
         "DmabufHelpers.cpp",
         "V4L2PluginStore.cpp",
         "VendorAllocatorLoader.cpp",
@@ -31,6 +32,7 @@ cc_library_shared {
         "android.hardware.graphics.bufferqueue@2.0",
         "libchrome",
         "libcutils",
+        "libdmabufheap",
         "libhardware",
         "libhidlbase",
         "libnativewindow",
-- 
GitLab