- Fixes this error:
```
...files/usr/lib/libfrida-gum-1.0.a(meson-generated_.._gumenumtypes.c.o) is incompatible with armelf_linux_eabi
```
In this series of commands:
```bash
scripts/run-docker.sh ./build-package.sh -I -f frida
scripts/run-docker.sh ./build-package.sh -I -f frida
```
- Progress on https://github.com/termux/termux-packages/issues/23492
%ci:no-build
With this update frida is pretty much fully functional again.
Fixestermux/termux-packages#11415Fixestermux/termux-packages#11113Fixestermux/termux-packages#12632
frida-discover, which was reported broken in
termux/termux-packages#10170 still does not seem to work (though error
is different than in linked issue):
$ frida-discover -p 9102
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/frida-discover", line 7, in <module>
import frida_tools.discover
ModuleNotFoundError: No module named 'frida_tools.discover'