diff options
| author | 2020-04-30 03:56:07 +0000 | |
|---|---|---|
| committer | 2020-04-30 03:56:07 +0000 | |
| commit | 11d7674745a66e06c46ca163931cf1307e05c95d (patch) | |
| tree | 6c0b1706738c289d6d98fa01fb07372f4a47e65b | |
| parent | 6650884c0e05b4e65731090449cacbf370118712 (diff) | |
| parent | f1d308967e9d60e24cf1533c60906c6b3122edc7 (diff) | |
Merge "Remove unused libhardware_headers dependency from libEGL" into rvc-dev
| -rw-r--r-- | opengl/libs/Android.bp | 1 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl.cpp | 2 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl_platform_entries.cpp | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp index 19b8a58012..3997134f47 100644 --- a/opengl/libs/Android.bp +++ b/opengl/libs/Android.bp @@ -75,7 +75,6 @@ cc_defaults { "bionic_libc_platform_headers", "gl_headers", "libsystem_headers", - "libhardware_headers", "libnativebase_headers", ], export_header_lib_headers: ["gl_headers"], diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 0581708e7d..d5d57d7c9a 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -16,8 +16,6 @@ #include <stdlib.h> -#include <hardware/gralloc.h> - #include <EGL/egl.h> #include <cutils/properties.h> diff --git a/opengl/libs/EGL/egl_platform_entries.cpp b/opengl/libs/EGL/egl_platform_entries.cpp index 1b75b2034d..c976c609b7 100644 --- a/opengl/libs/EGL/egl_platform_entries.cpp +++ b/opengl/libs/EGL/egl_platform_entries.cpp @@ -23,8 +23,6 @@ #include <stdlib.h> #include <string.h> -#include <hardware/gralloc1.h> - #include <EGL/egl.h> #include <EGL/eglext.h> #include <EGL/eglext_angle.h> |