mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@545 6e48237b-75ef-9749-8fc9-41990f28c85a
11 lines
200 B
Bash
Executable File
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
|
|
|