[android]: add script to update library

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@545 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-01-24 01:33:19 +00:00
parent ba4197c63c
commit a0ba2b11ce

10
build/android/update.sh Executable file
View File

@@ -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