Turn off mips64 library
Merge from widevine repo of http://go/wvgerrit/17223 This CL turns off the mips64 bit build for widevine. This is because the level 3 mips32 library does not build and run correctly for a 64 bit target. b/27786231 Change-Id: I3388d9ebc80ae3cf477a8a54adfd1f22dfac4dda
This commit is contained in:
@@ -112,6 +112,10 @@ LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
|
||||
# Level 3 library does not build or link on mips 64.
|
||||
# Until we have a stable test platform, we will disable DRM on mips64.
|
||||
LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH := mips64
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include vendor/widevine/libwvdrmengine/cdm/Android.mk
|
||||
|
||||
Reference in New Issue
Block a user