Merge commit 'ec06144c9ddd5eb06ab77b885bc5312e74b38415' * commit 'ec06144c9ddd5eb06ab77b885bc5312e74b38415': Make DRM libraries optional
This commit is contained in:
committed by
Android Git Automerger
commit
5af8c63e48
@@ -38,4 +38,6 @@ LOCAL_C_INCLUDES := \
|
||||
|
||||
LOCAL_MODULE:= libdrmframeworkcommon
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
@@ -38,4 +38,6 @@ LOCAL_C_INCLUDES := \
|
||||
|
||||
LOCAL_MODULE:= drmioserver
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
@@ -41,4 +41,6 @@ LOCAL_C_INCLUDES := \
|
||||
|
||||
LOCAL_MODULE:= drmserver
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
@@ -44,5 +44,7 @@ LOCAL_C_INCLUDES += \
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
||||
@@ -42,6 +42,8 @@ LOCAL_C_INCLUDES += \
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
@@ -43,7 +43,6 @@ LOCAL_C_INCLUDES += \
|
||||
# Set the following flag to enable the decryption passthru flow
|
||||
#LOCAL_CFLAGS += -DENABLE_PASSTHRU_DECRYPTION
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_OUT_SHARED_LIBRARIES)/libdrmpassthruplugin.so:system/lib/drm/plugins/native/libdrmpassthruplugin.so
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user