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

Commit d87f1620 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

merge libsurfaceflinger_client into libgui

this is the first step in unifying surfacetexture and surface.
for this reason the header files were not moved, as most of them
will eventually go away.

NOTE: currently we keep libsurfaceflinger_client.so as an empty
library to workaround prebuilt binaries wrongly linking against
it.

Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
parent d3f9a53b
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -10,7 +10,15 @@ LOCAL_SRC_FILES:= \
	SensorEventQueue.cpp \
	SensorManager.cpp \
	SurfaceTexture.cpp \
	SurfaceTextureClient.cpp
	SurfaceTextureClient.cpp \
	ISurfaceComposer.cpp \
	ISurface.cpp \
	ISurfaceComposerClient.cpp \
	IGraphicBufferAlloc.cpp \
	LayerState.cpp \
	SharedBufferStack.cpp \
	Surface.cpp \
	SurfaceComposerClient.cpp \

LOCAL_SHARED_LIBRARIES := \
	libcutils \
@@ -21,7 +29,6 @@ LOCAL_SHARED_LIBRARIES := \
	libui \
	libEGL \
	libGLESv2 \
	libsurfaceflinger_client


LOCAL_MODULE:= libgui
Loading