mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-02 16:12:22 +00:00
frida version 17 has moved over from plain Makefiles to meson, and we more or less needed to port the package again from scratch.
21 lines
666 B
Diff
21 lines
666 B
Diff
--- ./releng/env_android.py 2025-07-11 09:11:03.507422814 +0000
|
|
+++ ./releng/env_android.py.mod 2025-07-11 09:11:59.628425590 +0000
|
|
@@ -41,7 +41,7 @@
|
|
|
|
android_build_os = "darwin" if build_machine.os == "macos" else build_machine.os
|
|
android_build_arch = "x86_64" if build_machine.os in {"macos", "linux"} else build_machine.arch
|
|
- android_api = 19 if machine.arch in {"x86", "arm"} else 21
|
|
+ android_api = 24
|
|
|
|
llvm_bindir = ndk_root / "toolchains" / "llvm" / "prebuilt" / f"{android_build_os}-{android_build_arch}" / "bin"
|
|
|
|
@@ -111,7 +111,7 @@
|
|
pass
|
|
|
|
|
|
-NDK_REQUIRED = 25
|
|
+NDK_REQUIRED = 27
|
|
|
|
NDK_BINARIES = [
|
|
("c", "clang"),
|