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

Commit 72a90b6a authored by Marissa Wall's avatar Marissa Wall
Browse files

frameworks/native: composer-resources is a new shared library

Composer-resources was added to ensure newer versions
of mapper wouldn't break vendors when they are added.

Test: compiles and boots
Bug: 136016160

Change-Id: I4fb5801dfd5a5e72f70f6069017ba185978b2dca
parent 13db07b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ cc_test {
    ],
    shared_libs: [
        "android.hardware.graphics.composer@2.1",
        "android.hardware.graphics.composer@2.1-resources",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.power@1.3",
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cc_library_shared {
    shared_libs: [
        "android.frameworks.vr.composer@1.0",
        "android.hardware.graphics.composer@2.1",
        "android.hardware.graphics.composer@2.1-resources",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@3.0",
        "libbase",