Update from Widevine

Change-Id: Ie508911ed2bff66c1fe5962f51f1a51b8f484f5a
This commit is contained in:
Gloria Wang
2011-02-15 10:32:57 -08:00
parent f00905c9b3
commit 1c53769dc1
15 changed files with 2043 additions and 23 deletions

6
debuglibs.sh Executable file
View File

@@ -0,0 +1,6 @@
# Run this script to install the Widevine shared libs (use debug libs) into the symbols path so
# vendor/google/tools/stack can find them.
#
#!/bin/bash
cp /master/vendor/widevine/proprietary/lib/libWVStreamControlAPI.so /master/out/target/product/stingray/symbols/system/lib/libWVStreamControlAPI.so
cp /master/vendor/widevine/proprietary/lib/libwvdrm.so /master/out/target/product/stingray/symbols/system/lib/libwvdrm.so