Merge commit 'beeb71dfd4ffe635daba3745515bb392f7c5ada2' into gingerbread-plus-aosp

* commit 'beeb71dfd4ffe635daba3745515bb392f7c5ada2':
  fix build
This commit is contained in:
Jean-Baptiste Queru
2010-09-10 13:03:38 -07:00
committed by Android Git Automerger
2 changed files with 14 additions and 4 deletions

View File

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

View File

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