Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8806edc8 authored by Marissa Wall's avatar Marissa Wall
Browse files

gralloc: add IAllocator/IMapper 4.0 to codec2

Add support for gralloc 4.0 to codec2.

Bug: 136016160
Test: Compiles and boots

Change-Id: I5273a7f8d78afa7c94842f62a63cc52ae241df02
parent 7c006c56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,9 +51,11 @@ cc_library_shared {
    shared_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.allocator@4.0",
        "android.hardware.graphics.bufferqueue@2.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.graphics.mapper@4.0",
        "android.hardware.media.bufferpool@2.0",
        "libbase",
        "libbinder",
+287 −35

File changed.

Preview size limit exceeded, changes collapsed.