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

Commit 6d8a276c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move SurfaceTexture implementation to libnativedisplay"

parents 21041369 5d6bdb02
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -69,9 +69,6 @@ cc_library_shared {
        "SurfaceComposerClient.cpp",
        "SyncFeatures.cpp",
        "view/Surface.cpp",
        "surfacetexture/SurfaceTexture.cpp",
        "surfacetexture/ImageConsumer.cpp",
        "surfacetexture/EGLConsumer.cpp",
    ],

    shared_libs: [
+8 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ cc_library {
    srcs: [
        "AChoreographer.cpp",
        "ADisplay.cpp",
        "surfacetexture/surface_texture.cpp",
        "surfacetexture/SurfaceTexture.cpp",
        "surfacetexture/ImageConsumer.cpp",
        "surfacetexture/EGLConsumer.cpp",
    ],

    shared_libs: [
@@ -53,6 +57,10 @@ cc_library {
        "libnativewindow",
        "libui",
        "libutils",
        "libcutils",
        "libEGL",
        "libGLESv2",
        "libnativehelper",
    ],

    header_libs: [
Loading