0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 07:28:57 +00:00
termux-packages/root-packages/frida/driver-wrapper-android.sh.in.patch
2023-07-08 21:54:22 +02:00

14 lines
393 B
Diff

--- ../cache/tmp-checkout/releng/driver-wrapper-android.sh.in 2023-01-17 15:01:26.670736293 +0000
+++ ./releng/driver-wrapper-android.sh.in 2023-01-17 15:04:46.718529580 +0000
@@ -69,10 +69,4 @@
"@driver@" "${base_argv[@]}" "${argv[@]}" || exit $?
-case $output_type in
- executable|shlib)
- "@elf_cleaner@" --api-level @api@ --quiet "$output_path" || exit $?
- ;;
-esac
-
exit 0