aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-12-08 21:29:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-08 21:29:38 +0000
commitb292e3e16bafea50251ee17177634340a9c0273f (patch)
tree24413534deb24f2bf2b4240cffab97e424698b75
parentf08f13b2ba207a62a26e4465ec79568888e5af7f (diff)
parent3de62d64c83b4d350de0c08eaac2e68cc3df51f4 (diff)
downloadgoldfish-opengl-b292e3e16bafea50251ee17177634340a9c0273f.tar.gz
Merge "goldfish-opengl: remove Orea + JellyBean specific code"
-rw-r--r--system/OpenglSystemCommon/EGLImage.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/OpenglSystemCommon/EGLImage.h b/system/OpenglSystemCommon/EGLImage.h
index 8a1eb6dc..fe320b22 100644
--- a/system/OpenglSystemCommon/EGLImage.h
+++ b/system/OpenglSystemCommon/EGLImage.h
@@ -23,14 +23,8 @@
#include <hardware/hardware.h>
#include <hardware/gralloc.h>
-#if PLATFORM_SDK_VERSION >= 16
-#if EMULATOR_OPENGL_POST_O >= 1
#include <nativebase/nativebase.h>
-#endif
#include <cutils/native_handle.h>
-#else // PLATFORM_SDK_VERSION >= 16
-#include <private/ui/android_natives_priv.h>
-#endif // PLATFORM_SDK_VERSION >= 16
struct EGLImage_t
{