This updates the Widevine Classic libraries to version 4.5.0.10107. This version has identical functionality to the previous version, however the version number has changed because the Widevine build system has been updated to support all six flavors. (2 security levels x 3 instruction sets) This change adds x86 L1 binaries and MIPS L3 binaries, as these have been validated by partners. Bug: 10246711 Change-Id: Ie14e48aec33b0cc5d63752e24ba88284c6e37aa9
10 lines
332 B
Makefile
10 lines
332 B
Makefile
# widevine prebuilts only available for ARM
|
|
# To build this dir you must define BOARD_WIDEVINE_OEMCRYPTO_LEVEL in the board config.
|
|
ifdef BOARD_WIDEVINE_OEMCRYPTO_LEVEL
|
|
ifneq ($(filter arm x86 mips,$(TARGET_ARCH)),)
|
|
|
|
include $(call all-subdir-makefiles)
|
|
|
|
endif # TARGET_ARCH == arm, x86, mips
|
|
endif # BOARD_WIDEVINE_OEMCRYPTO_LEVEL
|