summaryrefslogtreecommitdiff
path: root/opengl/libs/Android.bp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2017-02-07 12:59:18 -0800
committer Mathias Agopian <mathias@google.com> 2017-03-08 20:00:21 -0800
commit3111d66ebc76423bba6cbda9597d92f5058d88c3 (patch)
tree3178d9d6a0f6f1a40f4cf08c9c854d4faad503b6 /opengl/libs/Android.bp
parent4b5287e06e75838d548f6672b69d8f321792b6a3 (diff)
remove EGL dependency on libbinder
This gets rid of the eglCreateNativeClientBufferANDROID extension, which is replaced by NDK’s AHardwareBuffer. Bug: 35101209 Test: Not tested yet Change-Id: I7905eb875139781a23e9fa0b3447ea1ad25c71cf
Diffstat (limited to 'opengl/libs/Android.bp')
-rw-r--r--opengl/libs/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp
index 4fa6a3379b..6141e995a5 100644
--- a/opengl/libs/Android.bp
+++ b/opengl/libs/Android.bp
@@ -77,7 +77,6 @@ cc_defaults {
"-DLOG_TAG=\"libEGL\"",
],
shared_libs: [
- "libbinder",
"libutils",
"libui",
"libnativewindow",