diff --git a/plugin_store/Android.bp b/plugin_store/Android.bp index 4eeb52dd29814ea7406b71658a89b9e927b21fc8..10be2bc3aa1ea8e657c6b7ee2ac67e0dab63ae0e 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",