Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0335b70c authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Make DRM libraries optional

Change-Id: I0b591b75a035bc6d8049c85b595966845fedaa15
parent 3df6c0fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,4 +38,6 @@ LOCAL_C_INCLUDES := \

LOCAL_MODULE:= libdrmframeworkcommon

LOCAL_MODULE_TAGS := optional

include $(BUILD_STATIC_LIBRARY)
+2 −0
Original line number Diff line number Diff line
@@ -41,4 +41,6 @@ LOCAL_C_INCLUDES := \

LOCAL_MODULE:= drmserver

LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
+2 −0
Original line number Diff line number Diff line
@@ -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))
+1 −2
Original line number Diff line number Diff line
@@ -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)