diff --git a/rw-system.sh b/rw-system.sh index 9021bc5..6b68371 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -615,7 +615,7 @@ for abi in "" 64;do f=/vendor/lib$abi/libstagefright_foundation.so if [ -f "$f" ];then for vndk in 26 27 28 29;do - mount "$f" /system/lib$abi/vndk-$vndk/libstagefright_foundation.so + mount "$f" /system/system_ext/apex/com.android.vndk.v$vndk/lib$abi/libstagefright_foundation.so done fi done