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

Commit 39903204 authored by Marissa Wall's avatar Marissa Wall
Browse files

gralloc: add mapper 3.0 to composer makefiles

Mapper is used by ComposerResources. With the addition of mapper 3.0
the ComposerResources needed to be updated to support mapper 3.0.

Bug: 120493579
Test: compile sffakehwc_test
Change-Id: I01fc45ab4d3e0530a4613be430bb5fa91c00f399
parent 49a99b9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ cc_test {
    shared_libs: [
        "android.hardware.graphics.composer@2.1",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.power@1.3",
        "libbase",
        "libbinder",
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ cc_library_shared {
    "android.frameworks.vr.composer@1.0",
    "android.hardware.graphics.composer@2.1",
    "android.hardware.graphics.mapper@2.0",
    "android.hardware.graphics.mapper@3.0",
    "libbase",
    "libbufferhubqueue",
    "libbinder",