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:
Fred Gylys-Colwell
2016-03-22 20:55:33 -07:00
parent f886f7fc3d
commit 19cd8db256
3 changed files with 5 additions and 299 deletions

View File

@@ -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