commit | e2b61c6265d4cda693daeb1313d0aaab48874452 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Tue Aug 15 19:04:54 2023 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Wed Aug 16 23:37:19 2023 +0000 |
tree | 1b0a51410a80370b60ea5396029563ac10b720ad | |
parent | eabdb61550c2bcb678c61aed03d4a6d1376748f7 [diff] |
Delete GLESRenderEngine GLESRenderEngine was replaced by SkiaRenderEngine in Android 12. To avoid bitrotting an unsupported RenderEngine backend, let's just delete it. There is still some cleanup for texture creation and deletion which are no-ops in RenderEngine, but those changes are slightly less trivial so they will be done in a followup. Bug: 199918329 Test: builds Change-Id: I1ec4bd6520cd2e8dad1c30f8acef9f004f190806