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

Commit 63c8fea7 authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

VTS: Add flag dependency so librenderengine can be used

I6c436b6b80b27930d82aabf22107216172773b56 adds a dependency for
librenderengine on flags. Add that dependency so we can use
librenderengine here, too.

Bug: 305445199

Test: atest VtsHalGraphicsComposerV2_2TargetTest
Test: atest VtsHalGraphicsComposer3_TargetTest
Change-Id: If339ac94a6eff4af34e60cf1c1135289b8915441
parent 082411ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ cc_library_static {
    ],
    shared_libs: [
        "libui",
        "server_configurable_flags",
    ],
    static_libs: [
        "android.hardware.graphics.composer@2.1-vts",
@@ -48,6 +49,7 @@ cc_library_static {
        "libnativewindow",
        "librenderengine",
        "libshaders",
        "libsurfaceflinger_common",
        "libtonemap",
    ],
    export_static_lib_headers: [
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ cc_test {
        "libsync",
        "libui",
        "android.hardware.common-V2-ndk",
        "server_configurable_flags",
    ],
    static_libs: [
        "android.hardware.graphics.common@1.1",
@@ -66,6 +67,7 @@ cc_test {
        "librenderengine",
        "libshaders",
        "libtonemap",
        "libsurfaceflinger_common",
    ],
    header_libs: [
        "android.hardware.graphics.composer@2.1-command-buffer",
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ cc_test {
        "libhidlbase",
        "libprocessgroup",
        "libvndksupport",
        "server_configurable_flags",
    ],
    header_libs: [
        "android.hardware.graphics.composer3-command-buffer",
@@ -74,6 +75,7 @@ cc_test {
        "libshaders",
        "libsync",
        "libtonemap",
        "libsurfaceflinger_common",
    ],
    cflags: [
        "-Wconversion",