Commit f3d39e75 authored by topjohnwu's avatar topjohnwu

Update BusyBox

Fix #4657, close #4602
parent 61783ffc
...@@ -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
Subproject commit 84ce191c8e3e69869617991c275f1b724422c604 Subproject commit 41288302eda410e0834aebdec4d83be4ab9e4435
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment