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

Commit 0b793843 authored by Michael Hoisie's avatar Michael Hoisie
Browse files

Remove unused dependencies in SurfaceFlinger

* Remove libsync from libcompositionengine
* Remove libvr_manager from libsurfaceflinger
* Remove libdl from libsurfaceflinger

Test: m -j
Bug: 156932275
Change-Id: Id4b267c2aa2f902484c683219b4794d934b03901
parent 51a1625a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ cc_defaults {
        "libbinder",
        "libbufferhubqueue",
        "libcutils",
        "libdl",
        "libEGL",
        "libfmq",
        "libGLESv1_CM",
@@ -73,7 +72,6 @@ cc_defaults {
        "librenderengine",
        "libserviceutils",
        "libtrace_proto",
        "libvr_manager",
        "libvrflinger",
    ],
    header_libs: [
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ cc_defaults {
        "liblog",
        "libnativewindow",
        "libprotobuf-cpp-lite",
        "libsync",
        "libtimestats",
        "libui",
        "libutils",
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@

#include <log/log.h>
#include <renderengine/RenderEngine.h>
#include <sync/sync.h>
#include <system/window.h>
#include <ui/GraphicBuffer.h>
#include <ui/Rect.h>