diff options
| author | 2012-12-18 09:49:45 -0800 | |
|---|---|---|
| committer | 2012-12-18 13:10:48 -0800 | |
| commit | 2adaf04fab35cf47c824d74d901b54094e01ccd3 (patch) | |
| tree | 1201bd220bfea6d308a119e6a986d783e548a10a /libs/gui/Android.mk | |
| parent | f7baee731e81bfa7f7ccf2e0e03560f5073bc431 (diff) | |
Rename ISurfaceTexture and SurfaceTexture
The C++ class names don't match what the classes do, so rename
ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to
GLConsumer.
Bug 7736700
Change-Id: Ia03e468888025b5cae3c0ee1995434515dbea387
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 04444e9371..b1aeb32889 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 := \ |