diff --git a/build/android/update.sh b/build/android/update.sh new file mode 100755 index 00000000..b9a935ec --- /dev/null +++ b/build/android/update.sh @@ -0,0 +1,10 @@ +#!/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 +