fix build

Change-Id: I603e317b774758add127d7fe386fd60dc16d3101
This commit is contained in:
Jean-Baptiste Queru
2010-09-09 15:34:27 -07:00
parent 56aa3c761d
commit 93548db645

View File

@@ -22,8 +22,13 @@ LOCAL_SRC_FILES:= \
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 := libdrmframeworkcommon LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon