File tree Expand file tree Collapse file tree 6 files changed +11
-2
lines changed
Expand file tree Collapse file tree 6 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,6 @@ LOCAL_C_INCLUDES := \
3838
3939LOCAL_MODULE: = libdrmframeworkcommon
4040
41+ LOCAL_MODULE_TAGS := optional
42+
4143include $(BUILD_STATIC_LIBRARY )
Original file line number Diff line number Diff line change @@ -38,4 +38,6 @@ LOCAL_C_INCLUDES := \
3838
3939LOCAL_MODULE: = drmioserver
4040
41+ LOCAL_MODULE_TAGS := optional
42+
4143include $(BUILD_EXECUTABLE )
Original file line number Diff line number Diff line change @@ -41,4 +41,6 @@ LOCAL_C_INCLUDES := \
4141
4242LOCAL_MODULE: = drmserver
4343
44+ LOCAL_MODULE_TAGS := optional
45+
4446include $(BUILD_EXECUTABLE )
Original file line number Diff line number Diff line change @@ -44,5 +44,7 @@ LOCAL_C_INCLUDES += \
4444
4545LOCAL_PRELINK_MODULE := false
4646
47+ LOCAL_MODULE_TAGS := optional
48+
4749include $(BUILD_SHARED_LIBRARY )
4850
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ LOCAL_C_INCLUDES += \
4242
4343LOCAL_PRELINK_MODULE := false
4444
45+ LOCAL_MODULE_TAGS := optional
46+
4547include $(BUILD_SHARED_LIBRARY )
4648
4749include $(call all-makefiles-under,$(LOCAL_PATH ) )
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ LOCAL_C_INCLUDES += \
4343# Set the following flag to enable the decryption passthru flow
4444# LOCAL_CFLAGS += -DENABLE_PASSTHRU_DECRYPTION
4545
46- PRODUCT_COPY_FILES += \
47- $(TARGET_OUT_SHARED_LIBRARIES ) /libdrmpassthruplugin.so:system/lib/drm/plugins/native/libdrmpassthruplugin.so
46+ LOCAL_MODULE_TAGS := optional
4847
4948include $(BUILD_SHARED_LIBRARY )
You can’t perform that action at this time.
0 commit comments