diff options
Diffstat (limited to 'libs/gui/Android.mk')
-rw-r--r-- | libs/gui/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gui/Android.mk b/libs/gui/Android.mk index 04444e9..b1aeb32 100644 --- a/libs/gui/Android.mk +++ b/libs/gui/Android.mk @@ -9,23 +9,23 @@ LOCAL_SRC_FILES:= \ CpuConsumer.cpp \ DisplayEventReceiver.cpp \ DummyConsumer.cpp \ + GLConsumer.cpp \ GraphicBufferAlloc.cpp \ GuiConfig.cpp \ IDisplayEventConnection.cpp \ IGraphicBufferAlloc.cpp \ + IGraphicBufferProducer.cpp \ ISensorEventConnection.cpp \ ISensorServer.cpp \ ISurface.cpp \ ISurfaceComposer.cpp \ ISurfaceComposerClient.cpp \ - ISurfaceTexture.cpp \ LayerState.cpp \ Sensor.cpp \ SensorEventQueue.cpp \ SensorManager.cpp \ Surface.cpp \ SurfaceComposerClient.cpp \ - SurfaceTexture.cpp \ SurfaceTextureClient.cpp \ LOCAL_SHARED_LIBRARIES := \ |