Skip to content
Snippets Groups Projects
Commit ecc2c5a1 authored by Mattijs Korpershoek's avatar Mattijs Korpershoek Committed by Vishal Mahaveer
Browse files

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: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: default avatarGuillaume La Roque <glaroque@baylibre.com>
parent ddd6285c
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment