Update build.yml

This commit is contained in:
Ylarod
2024-05-25 09:03:24 +08:00
committed by GitHub
parent aab2817ca2
commit 283d4c2952

View File

@@ -147,10 +147,10 @@ jobs:
do
name=$(basename $path)
real=$(realpath $path)
echo "Apply patches in $real to frida/$name"
cd $name
echo "Apply patches in $real to frida/subprojects/$name"
cd subprojects/$name
git am ../../patches/$name/*.patch
cd ..
cd ../..
echo $i
done
make core-android-arm