You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Make crt0 an external submodule
This commit is contained in:
Vendored
+4
@@ -391,3 +391,7 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
CWD := $(LOCAL_PATH)
|
||||
include $(CWD)/system_properties/Android.mk
|
||||
include $(CWD)/libcxx/Android.mk
|
||||
|
||||
ifdef B_CRT0
|
||||
include $(CWD)/crt0/Android.mk
|
||||
endif
|
||||
|
||||
+1
Submodule native/src/external/crt0 added at ba8166a48c
Reference in New Issue
Block a user