summaryrefslogtreecommitdiffstats
path: root/libs/ui/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-08-06 16:05:39 -0700
committerMathias Agopian <mathias@google.com>2009-08-06 16:05:39 -0700
commit6cf50a770dabd13cf5b72bb0a6fb9dd002c88db6 (patch)
treecf9f9f051e842663afe6bd850f9d5cdb436e4901 /libs/ui/Android.mk
parent6b1f41004fa48e96bab61f508867314261de660b (diff)
downloadframeworks_native-6cf50a770dabd13cf5b72bb0a6fb9dd002c88db6.zip
frameworks_native-6cf50a770dabd13cf5b72bb0a6fb9dd002c88db6.tar.gz
frameworks_native-6cf50a770dabd13cf5b72bb0a6fb9dd002c88db6.tar.bz2
added two EGL helpers for selecting a config matching a certain pixelformat or native window type
Diffstat (limited to 'libs/ui/Android.mk')
-rw-r--r--libs/ui/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ui/Android.mk b/libs/ui/Android.mk
index 49939ca..93c7263 100644
--- a/libs/ui/Android.mk
+++ b/libs/ui/Android.mk
@@ -5,6 +5,7 @@ LOCAL_SRC_FILES:= \
BufferMapper.cpp \
Camera.cpp \
CameraParameters.cpp \
+ EGLUtils.cpp \
EventHub.cpp \
EventRecurrence.cpp \
FramebufferNativeWindow.cpp \
@@ -29,6 +30,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
+ libEGL \
libbinder \
libpixelflinger \
libhardware \