Skip to content

Commit

Permalink
Don't to build magiskinit
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoxindada <2245062854@qq.com>
  • Loading branch information
xiaoxindada committed Nov 9, 2023
1 parent cc92ec4 commit 95e7b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 95e7b0e

Please sign in to comment.