Add libstagefright_foundation from vendor to vndk hack for Q vendors as well

This commit is contained in:
Pierre-Hugues Husson 2020-06-22 18:12:17 +02:00
parent 01390142b9
commit d4ecf50aa0

View File

@ -596,7 +596,7 @@ fi
for abi in "" 64;do 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;do for vndk in 26 27 28 29;do
mount "$f" /system/lib$abi/vndk-$vndk/libstagefright_foundation.so mount "$f" /system/lib$abi/vndk-$vndk/libstagefright_foundation.so
done done
fi fi