Merge pull request #206 from SamarV-121/k

rw-system: Update extra vndk dir path
This commit is contained in:
Pierre-Hugues HUSSON 2020-09-30 11:57:22 +02:00 committed by GitHub
commit 7f176889ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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