summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaceflinger/Android.mk')
-rw-r--r--libs/surfaceflinger/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk
index b3fed58..395a937 100644
--- a/libs/surfaceflinger/Android.mk
+++ b/libs/surfaceflinger/Android.mk
@@ -39,7 +39,8 @@ LOCAL_SHARED_LIBRARIES := \
libEGL \
libGLESv1_CM \
libbinder \
- libui
+ libui \
+ libsurfaceflinger_client
LOCAL_C_INCLUDES := \
$(call include-path-for, corecg graphics)