Files
android/debuglibs.sh
Gloria Wang 1c53769dc1 Update from Widevine
Change-Id: Ie508911ed2bff66c1fe5962f51f1a51b8f484f5a
2011-02-18 16:24:28 -08:00

7 lines
423 B
Bash
Executable File

# 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