Files
mpp/build/android/update.sh
2016-01-24 01:33:19 +00:00

11 lines
200 B
Bash
Executable File

#!/bin/bash
adb remount
adb push ./mpp/libmpp.so /system/lib/
adb push ./mpp/legacy/libvpu.so /system/lib/
#adb push librk_vpuapi.so /system/lib/
adb shell sync
adb shell busybox pkill mediaserver