mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 14:41:23 -08:00
Make crt0 an external submodule
This commit is contained in:
@@ -79,8 +79,6 @@ LOCAL_SRC_FILES := \
|
||||
LOCAL_LDFLAGS := -static -T src/lto_fix.lds
|
||||
|
||||
ifdef B_CRT0
|
||||
# -lc -lm is hardcoded in this variable, disable it
|
||||
TARGET_LDLIBS :=
|
||||
LOCAL_STATIC_LIBRARIES += crt0
|
||||
LOCAL_LDFLAGS :=
|
||||
endif
|
||||
@@ -172,7 +170,6 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
include src/Android-rs.mk
|
||||
include src/base/Android.mk
|
||||
include src/external/Android.mk
|
||||
include src/crt0/Android.mk
|
||||
|
||||
ifdef B_BB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user