Update to ONDK r27.0

Co-authored-by: LoveSy <shana@zju.edu.cn>
This commit is contained in:
topjohnwu
2024-04-25 23:27:12 -07:00
committed by John Wu
parent 4bac2df4e7
commit b678afa4b6
8 changed files with 8 additions and 24 deletions

View File

@@ -17,10 +17,9 @@ NDK_APP_OUT := ./obj/nolibc
endif
# Busybox should use stock libc.a
# Busybox should use a newer libc.a
ifdef B_BB
APP_PLATFORM := android-26
APP_LDFLAGS += -T src/lto_fix.lds
ifeq ($(OS),Windows_NT)
APP_SHORT_COMMANDS := true
endif