Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
f3d39e75
Commit
f3d39e75
authored
Sep 23, 2021
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update BusyBox
Fix #4657, close #4602
parent
61783ffc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Application.mk
native/jni/Application.mk
+3
-0
busybox
native/jni/external/busybox
+1
-1
No files found.
native/jni/Application.mk
View file @
f3d39e75
...
@@ -10,4 +10,7 @@ APP_STRIP_MODE := --strip-all
...
@@ -10,4 +10,7 @@ APP_STRIP_MODE := --strip-all
# Busybox should use stock libc.a
# Busybox should use stock libc.a
ifdef B_BB
ifdef B_BB
APP_PLATFORM := android-22
APP_PLATFORM := android-22
ifeq ($(OS),Windows_NT)
APP_SHORT_COMMANDS := true
endif
endif
endif
busybox
@
41288302
Subproject commit
84ce191c8e3e69869617991c275f1b724422c604
Subproject commit
41288302eda410e0834aebdec4d83be4ab9e4435
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment