Move all Widevine code which have dependency on vendor modules from framework/base to vendor/widevine
Change-Id: I2b43e90c279391436f1bbb18ebd64961bec4f9ee
This commit is contained in:
3
proprietary/streamcontrol/test/kill.sh
Executable file
3
proprietary/streamcontrol/test/kill.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
PID=`adb shell ps | grep test-wvplayer | awk '{print $2}'`
|
||||
adb shell kill -9 $PID
|
||||
Reference in New Issue
Block a user