7 lines
423 B
Bash
Executable File
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
|