Allow disabling the generic implementation.
Some device like grouper have their own. Change-Id: I3a2c7e00c1a3158bd4555fefea8c7cee3e426230
This commit is contained in:
@@ -2,6 +2,8 @@ ifeq ($(TARGET_ARCH),arm)
|
|||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
|
ifneq ($(BOARD_USES_GENERIC_WIDEVINE),false)
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# libwvdrm_L?.so
|
# libwvdrm_L?.so
|
||||||
|
|
||||||
@@ -33,3 +35,5 @@ LOCAL_MODULE_TAGS := optional
|
|||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ ifeq ($(TARGET_ARCH),arm)
|
|||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
|
ifneq ($(BOARD_USES_GENERIC_WIDEVINE),false)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
include $(TOP)/vendor/widevine/proprietary/drmwvmplugin/oemcryptolevel.mk
|
include $(TOP)/vendor/widevine/proprietary/drmwvmplugin/oemcryptolevel.mk
|
||||||
|
|
||||||
@@ -16,3 +18,5 @@ LOCAL_MODULE_TAGS := optional
|
|||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user