aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-17 12:31:09 +0900
committerJiyong Park <jiyong@google.com>2017-08-17 12:38:25 +0900
commita3667ca59ee8d48e7914b1e8554c08143fe10803 (patch)
tree481b5ca232efacdcc1671cf151a193f647f8156c
parent4153dd9ab6a14a263e97c40faeab237b66c9f67b (diff)
downloaddevice_generic_goldfish-opengl-a3667ca59ee8d48e7914b1e8554c08143fe10803.tar.gz
device_generic_goldfish-opengl-a3667ca59ee8d48e7914b1e8554c08143fe10803.tar.bz2
device_generic_goldfish-opengl-a3667ca59ee8d48e7914b1e8554c08143fe10803.zip
Build libEGL_emulation with BOARD_VNDK_VERSION
Add dependency to libui to provide ui/PixelFormat.h Bug: 64704866 Test: BOARD_VNDK_VERSION=current m -j libEGL_emulation Change-Id: I1fa5ddcdb2ba7fae345d0aefe3ca93e45023c81b
-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 bbab4f3e..5a8819a0 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
+LOCAL_SHARED_LIBRARIES += libdl libnativewindow libui
else
LOCAL_SHARED_LIBRARIES += libdl
endif