fix build

Change-Id: Iccb40c8c5df879288f35e0940c721d306fb75c12
This commit is contained in:
Jean-Baptiste Queru
2010-09-09 16:16:14 -07:00
parent 862438eb69
commit beeb71dfd4
2 changed files with 14 additions and 4 deletions

View File

@@ -26,8 +26,13 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libandroid_runtime \
libnativehelper \
libbinder \
libdl
libbinder
ifeq ($(TARGET_SIMULATOR),true)
LOCAL_LDLIBS += -ldl
else
LOCAL_SHARED_LIBRARIES += libdl
endif
LOCAL_STATIC_LIBRARIES :=

View File

@@ -25,8 +25,13 @@ LOCAL_MODULE:= libdrmframework
LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder \
libdl
libbinder
ifeq ($(TARGET_SIMULATOR),true)
LOCAL_LDLIBS += -ldl
else
LOCAL_SHARED_LIBRARIES += libdl
endif
LOCAL_STATIC_LIBRARIES := \
libdrmframeworkcommon