Remove Widevine Classic Dependency on STLPort
* Move some libraries that were being built with the NDK but statically included into platform code off the NDK. * Update the prebuilt Widevine Classic binaries to 4.5.0.10131. Bug: 15193147 Change-Id: I93f356a97c9c92c1f14c00e7420b941b1bb4357e
This commit is contained in:
committed by
John "Juce" Bruce
parent
17e3e434d8
commit
93e1acb958
@@ -43,7 +43,6 @@ LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_MODULE_TARGET_ARCH := $(WIDEVINE_SUPPORTED_ARCH)
|
||||
|
||||
LOCAL_CXX_STL := stlport
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
# invoke Android.mk files in subdirs
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog \
|
||||
libstlport \
|
||||
libz \
|
||||
libwvdrm_L$(BOARD_WIDEVINE_OEMCRYPTO_LEVEL) \
|
||||
libWVStreamControlAPI_L$(BOARD_WIDEVINE_OEMCRYPTO_LEVEL) \
|
||||
|
||||
@@ -29,5 +29,4 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_MODULE_TARGET_ARCH := $(WIDEVINE_SUPPORTED_ARCH)
|
||||
|
||||
LOCAL_CXX_STL := stlport
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user