aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-31 05:34:19 +0000
committerJiyong Park <jiyong@google.com>2017-08-31 05:36:38 +0000
commit6769d6624beb0c92c1c1631da4d8453115579fdd (patch)
tree7e12bdc7f87bac9c50a6aaf14eefe0f1358f1e4c
parenta3667ca59ee8d48e7914b1e8554c08143fe10803 (diff)
downloadgoldfish-opengl-6769d6624beb0c92c1c1631da4d8453115579fdd.tar.gz
Revert "Build libEGL_emulation with BOARD_VNDK_VERSION"
This reverts commit a3667ca59ee8d48e7914b1e8554c08143fe10803. Reason for revert: Emulator does not boot since libui.so isn't provided in sphal namespace. Bug: 65228980 Change-Id: I32881636ac1c84873a98addb2265f7c3fd3c62be
-rw-r--r--system/egl/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/egl/Android.mk b/system/egl/Android.mk
index 5a8819a0..bbab4f3e 100644
--- a/system/egl/Android.mk
+++ b/system/egl/Android.mk
@@ -14,7 +14,7 @@ LOCAL_SRC_FILES := \
ClientAPIExts.cpp
ifdef IS_AT_LEAST_OPD1
-LOCAL_SHARED_LIBRARIES += libdl libnativewindow libui
+LOCAL_SHARED_LIBRARIES += libdl libnativewindow
else
LOCAL_SHARED_LIBRARIES += libdl
endif