- Support streaming of content without .wvm extension.
If the .wvm extension is not present, the file header is parsed to determine if it is Widevine content. - Fixed a missing call to OpenSession. - Fixed unit test build. - Fixed x86-eng build. - This is cherry-picked from master to hc-mr1 branch "DO NOT MERGE" Change-Id: Ied0579325d3c11a91f6f182fe59cd978eca68368
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
@@ -12,5 +11,3 @@ LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
|
||||
OVERRIDE_BUILT_MODULE_PATH := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user