Merge pull request #206 from SamarV-121/k
rw-system: Update extra vndk dir path
This commit is contained in:
commit
7f176889ee
@ -615,7 +615,7 @@ for abi in "" 64;do
|
|||||||
f=/vendor/lib$abi/libstagefright_foundation.so
|
f=/vendor/lib$abi/libstagefright_foundation.so
|
||||||
if [ -f "$f" ];then
|
if [ -f "$f" ];then
|
||||||
for vndk in 26 27 28 29;do
|
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
|
done
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user