Allow disabling the generic implementation.

Some device like grouper have their own.

Change-Id: I3a2c7e00c1a3158bd4555fefea8c7cee3e426230
This commit is contained in:
Jean-Baptiste Queru
2012-04-13 17:11:16 -07:00
parent e3e41ac5fd
commit aaa8479c34
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH:= $(call my-dir)
ifneq ($(BOARD_USES_GENERIC_WIDEVINE),false)
include $(CLEAR_VARS)
include $(TOP)/vendor/widevine/proprietary/drmwvmplugin/oemcryptolevel.mk
@@ -16,3 +18,5 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_PREBUILT)
endif
endif