mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 07:02:21 +00:00
12
native/jni/lto_fix.lds
Normal file
12
native/jni/lto_fix.lds
Normal file
@@ -0,0 +1,12 @@
|
||||
SECTIONS {
|
||||
.init_array : {
|
||||
*(SORT_BY_INIT_PRIORITY(.init_array.*))
|
||||
*(EXCLUDE_FILE(*crtend_android.o) .init_array)
|
||||
}
|
||||
} INSERT AFTER .fini_array;
|
||||
SECTIONS {
|
||||
.fini_array : {
|
||||
*(SORT_BY_INIT_PRIORITY(.fini_array.*))
|
||||
*(EXCLUDE_FILE(*crtend_android.o) .fini_array)
|
||||
}
|
||||
} INSERT BEFORE .init_array;
|
||||
Reference in New Issue
Block a user