Fix offline playback using widevine sample player
Previously the sample player relied on implementation details of FileDescriptor.toString() to get the low level int file descriptor, which changed in N release. This updates the sample player to use a more reliable method. bug: 26422357 Change-Id: I73cc759542994a352eae646a3872ee1125445739
This commit is contained in:
@@ -5,6 +5,8 @@ LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_DEX_PREOPT := false
|
||||
|
||||
LOCAL_PACKAGE_NAME := WidevineSamplePlayer
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := org.apache.http.legacy
|
||||
|
||||
Reference in New Issue
Block a user