mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Fix incomplete native debug symbols
See https://github.com/android/ndk/issues/2039
This commit is contained in:
parent
ea4cabdfc5
commit
63b0a0d96b
@ -52,7 +52,7 @@ ifdef B_PRELOAD
|
|||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := init-ld
|
LOCAL_MODULE := init-ld
|
||||||
LOCAL_SRC_FILES := init/preload.c
|
LOCAL_SRC_FILES := init/preload.c
|
||||||
LOCAL_STRIP_MODE := --strip-all
|
LOCAL_LDFLAGS := -Wl,--strip-all
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user