diff options
author | Chris Craik <ccraik@google.com> | 2016-07-06 16:10:09 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2016-07-07 15:53:50 -0700 |
commit | 5e00c7ce063116c11315639f0035aca8ad73e8cc (patch) | |
tree | 6ca43728a401d92762fb5fd65cfd39afe9438571 /libs/hwui/renderthread/RenderProxy.cpp | |
parent | 32d9ae186733115802eafe241c2029a63794efc2 (diff) |
Delete old rendering pipeline
fixes: 30002246
Change-Id: I45df0e924708526cee045b14c291bd23aa1a92db
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.cpp')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.cpp b/libs/hwui/renderthread/RenderProxy.cpp index aea7edb08cf3..d860acd1edd1 100644 --- a/libs/hwui/renderthread/RenderProxy.cpp +++ b/libs/hwui/renderthread/RenderProxy.cpp @@ -466,11 +466,7 @@ CREATE_BRIDGE2(dumpGraphicsMemory, int fd, RenderThread* thread) { } else { fprintf(file, "\nNo caches instance.\n"); } -#if HWUI_NEW_OPS fprintf(file, "\nPipeline=FrameBuilder\n"); -#else - fprintf(file, "\nPipeline=OpenGLRenderer\n"); -#endif fflush(file); return nullptr; } |