aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2017-08-01 17:05:26 -0700
committerBo Hu <bohu@google.com>2017-08-04 23:25:43 +0000
commit4153dd9ab6a14a263e97c40faeab237b66c9f67b (patch)
tree7e12bdc7f87bac9c50a6aaf14eefe0f1358f1e4c
parent80a3633e673a25d034e01198eef15d64b28a0866 (diff)
downloaddevice_generic_goldfish-opengl-4153dd9ab6a14a263e97c40faeab237b66c9f67b.tar.gz
device_generic_goldfish-opengl-4153dd9ab6a14a263e97c40faeab237b66c9f67b.tar.bz2
device_generic_goldfish-opengl-4153dd9ab6a14a263e97c40faeab237b66c9f67b.zip
get emulator iamge on oc-mr1-dev work with treble
Need to remove libui dependency otherwise, libEGL wont load because it is looking for it; but it does not seem to need it BUG: 64401460 Change-Id: I6b435afce04164308767daef3586358b04021cbd
-rw-r--r--system/egl/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/egl/Android.mk b/system/egl/Android.mk
index 2d7a5595..bbab4f3e 100644
--- a/system/egl/Android.mk
+++ b/system/egl/Android.mk
@@ -20,7 +20,6 @@ LOCAL_SHARED_LIBRARIES += libdl
endif
ifdef IS_AT_LEAST_OPD1
-LOCAL_SHARED_LIBRARIES += libui
LOCAL_HEADER_LIBRARIES += libnativebase_headers
endif