rw-system: Update extra vndk dir path

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
ѕαмαя νιѕρυтє 2020-09-30 15:23:11 +05:30 committed by SamarV-121
parent 41f0817f3f
commit b79124f41b
1 changed files with 1 additions and 1 deletions

View File

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