mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-06 17:54:51 -08:00
Use linker to link vfprintf as tiny_vfprintf
This commit is contained in:
@@ -73,6 +73,7 @@ LOCAL_LDFLAGS := -static
|
||||
|
||||
ifdef B_CRT0
|
||||
LOCAL_STATIC_LIBRARIES += crt0
|
||||
LOCAL_LDFLAGS += -Wl,--defsym=vfprintf=tiny_vfprintf
|
||||
endif
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user