mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[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:
10
build/android/update.sh
Executable file
10
build/android/update.sh
Executable 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
|
||||
|
Reference in New Issue
Block a user