am 3a1e0f37: Integration with moto secure keybox storage and add obfuscation of security-related symbols (3513413, 4083757). Also 3481645 - log spam and 3302187 - error handling

* commit '3a1e0f3768f8c586700c00ac3b6a2a5f00cb32b5':
  Integration with moto secure keybox storage and add obfuscation of security-related symbols (3513413, 4083757).  Also 3481645 -  log spam and 3302187 - error handling
This commit is contained in:
Jeffrey Tinker
2011-03-14 17:45:50 -07:00
committed by Android Git Automerger
15 changed files with 71 additions and 55 deletions

View File

@@ -30,7 +30,9 @@ LOCAL_MODULE := libdrmwvmplugin
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/drm
LOCAL_STATIC_LIBRARIES := \
libdrmframeworkcommon
libdrmframeworkcommon \
libwvocs \
liboemcrypto
LOCAL_SHARED_LIBRARIES := \
libutils \
@@ -40,6 +42,12 @@ LOCAL_SHARED_LIBRARIES := \
libwvdrm \
libWVStreamControlAPI
ifeq ($(TARGET_DEVICE),stingray)
LOCAL_SHARED_LIBRARIES += \
libtpa \
libtpa_core
endif
ifeq ($(TARGET_SIMULATOR),true)
LOCAL_LDLIBS += -ldl
else