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

Commit 2c34b78b authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "merge libsurfaceflinger_client into libgui"

parents 325a9552 d87f1620
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