add patch
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -130,9 +130,9 @@ jobs:
|
|||||||
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
|
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
|
||||||
git clone --recurse-submodules https://github.com/frida/frida
|
git clone --recurse-submodules https://github.com/frida/frida
|
||||||
cd frida
|
cd frida
|
||||||
# cd frida-core
|
cd frida-core
|
||||||
# git am ../../patchs/frida-core/*.patch
|
git am ../../patchs/frida-core/*.patch
|
||||||
# cd ../
|
cd ../
|
||||||
make core-android-arm
|
make core-android-arm
|
||||||
make core-android-arm64
|
make core-android-arm64
|
||||||
make core-android-x86
|
make core-android-x86
|
||||||
|
|||||||
Reference in New Issue
Block a user