From a0ba2b11ceb320778b81c8625588b5df0f51836f Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Sun, 24 Jan 2016 01:33:19 +0000 Subject: [PATCH] [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 --- build/android/update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 build/android/update.sh 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 +