Implement stub functions

This commit is contained in:
topjohnwu
2024-02-24 03:41:03 -08:00
parent 06b6fb0c33
commit e9980c778b
2 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ ifdef B_INIT
# Disable all security and debugging features
APP_CFLAGS += -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-stack-protector -U_FORTIFY_SOURCE
APP_LDFLAGS += -Wl,-wrap,abort_message
# Override output folder to make sure all dependencies are rebuilt with new CFLAGS
NDK_APP_OUT := ./obj/init