Fix build - missing android-emu-shared

Change-Id: Ic402f33b5ed078e8b88eac3107fcccf61dab05e3
diff --git a/shared/OpenglCodecCommon/Android.mk b/shared/OpenglCodecCommon/Android.mk
index 32f62d6..7738b8b 100644
--- a/shared/OpenglCodecCommon/Android.mk
+++ b/shared/OpenglCodecCommon/Android.mk
@@ -34,6 +34,6 @@
 
 LOCAL_CFLAGS += -DLOG_TAG=\"eglCodecCommon\"
 
-$(call emugl-export,SHARED_LIBRARIES,libcutils libutils liblog)
+$(call emugl-export,SHARED_LIBRARIES,libcutils libutils liblog android-emu-shared)
 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
 $(call emugl-end-module)