am 7547b8ea: fix build
Merge commit '7547b8eac6a4011683a93f51fdabf5a978e1f18c' into gingerbread-plus-aosp * commit '7547b8eac6a4011683a93f51fdabf5a978e1f18c': fix build
This commit is contained in:
committed by
Android Git Automerger
commit
3b3d2160b7
@@ -24,8 +24,13 @@ LOCAL_SRC_FILES:= \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libbinder \
|
||||
libdl
|
||||
libbinder
|
||||
|
||||
ifeq ($(TARGET_SIMULATOR),true)
|
||||
LOCAL_LDLIBS += -ldl
|
||||
else
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user