Update BusyBox

Fix #4657, close #4602
This commit is contained in:
topjohnwu
2021-09-23 02:31:42 -07:00
parent 61783ffc82
commit f3d39e7515
2 changed files with 4 additions and 1 deletions

View File

@@ -10,4 +10,7 @@ APP_STRIP_MODE := --strip-all
# Busybox should use stock libc.a
ifdef B_BB
APP_PLATFORM := android-22
ifeq ($(OS),Windows_NT)
APP_SHORT_COMMANDS := true
endif
endif