Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4ecf50a authored by Pierre-Hugues Husson's avatar Pierre-Hugues Husson
Browse files

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

parent 01390142
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -596,7 +596,7 @@ fi
for abi in "" 64;do
    f=/vendor/lib$abi/libstagefright_foundation.so
    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
        done
    fi