mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 22:51:24 -08:00
Make crt0 an external submodule
This commit is contained in:
4
native/src/external/Android.mk
vendored
4
native/src/external/Android.mk
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user