From 95e7b0e66a881a10d8023a9572a4732eb98efe11 Mon Sep 17 00:00:00 2001 From: xiaoxindada <2245062854@qq.com> Date: Thu, 9 Nov 2023 13:37:21 +0800 Subject: [PATCH] Don't to build magiskinit Signed-off-by: xiaoxindada <2245062854@qq.com> --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index eab24eae..262b21aa 100755 --- a/build.py +++ b/build.py @@ -124,9 +124,9 @@ def cmd_out(cmd, env=None): "aarch64-linux-android", "x86_64-linux-android", ] -default_targets = ["magiskinit", "magiskboot", "busybox"] +default_targets = ["magiskboot", "busybox"] support_targets = default_targets -rust_targets = ["magiskinit", "magiskboot"] +rust_targets = ["magiskboot"] ndk_root = op.join(LOCALDIR, "ndk") ndk_build = op.join(ndk_root, "ndk-build")