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