OSDN Git Service

Add liblog
authorYing Wang <wangying@google.com>
Wed, 10 Apr 2013 04:44:20 +0000 (21:44 -0700)
committerYing Wang <wangying@google.com>
Wed, 10 Apr 2013 04:44:20 +0000 (21:44 -0700)
Bug: 8580410
Change-Id: I2c07b8ce85aff341575ee8c3f509f64e252b8ed4

shared/OpenglCodecCommon/Android.mk

index df9b39a..1c0aca5 100644 (file)
@@ -18,6 +18,6 @@ LOCAL_SRC_FILES := $(commonSources)
 
 LOCAL_CFLAGS += -DLOG_TAG=\"eglCodecCommon\"
 
-$(call emugl-export,SHARED_LIBRARIES,libcutils libutils)
+$(call emugl-export,SHARED_LIBRARIES,libcutils libutils liblog)
 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
 $(call emugl-end-module)