Commit 775d095b authored by topjohnwu's avatar topjohnwu

Update busybox

Fix #4225
parent 7679b5d5
...@@ -15,10 +15,7 @@ ifdef B_64BIT ...@@ -15,10 +15,7 @@ ifdef B_64BIT
APP_ABI += arm64-v8a x86_64 APP_ABI += arm64-v8a x86_64
endif endif
# Busybox require some additional settings # Busybox should use stock libc.a
ifdef B_BB ifdef B_BB
ifeq ($(OS),Windows_NT) APP_PLATFORM := android-22
APP_SHORT_COMMANDS := true
endif
APP_PLATFORM := android-21
endif endif
Subproject commit 76822933adc85c853daa6743d93433461f620849 Subproject commit 84ce191c8e3e69869617991c275f1b724422c604
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