am 93548db6: fix build
Merge commit '93548db645dd4fd2b9c1dd270421ac0b38de720e' into gingerbread-plus-aosp * commit '93548db645dd4fd2b9c1dd270421ac0b38de720e': fix build
This commit is contained in:
committed by
Android Git Automerger
commit
6fc97b3500
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user