am 862438eb: fix build
Merge commit '862438eb69297accde289230f4c4623b56a39458' into gingerbread-plus-aosp * commit '862438eb69297accde289230f4c4623b56a39458': fix build
This commit is contained in:
committed by
Android Git Automerger
commit
03b3eda2f8
@@ -24,8 +24,13 @@ LOCAL_MODULE := libdrmpassthruplugin
|
||||
LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libdl
|
||||
libutils
|
||||
|
||||
ifeq ($(TARGET_SIMULATOR),true)
|
||||
LOCAL_LDLIBS += -ldl
|
||||
else
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
endif
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user