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
14 lines
410 B
Makefile
14 lines
410 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libWVStreamControlAPI
|
|
LOCAL_SRC_FILES := \
|
|
libWVStreamControlAPI.so
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_MODULE_SUFFIX := $(suffix $(LOCAL_SRC_FILES))
|
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
|
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
|
|
OVERRIDE_BUILT_MODULE_PATH := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)
|
|
include $(BUILD_PREBUILT)
|