Skip to content

Commit

Permalink
Fix incomplete native debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and topjohnwu committed Jul 12, 2024
1 parent ea4cabd commit 63b0a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ifdef B_PRELOAD
include $(CLEAR_VARS)
LOCAL_MODULE := init-ld
LOCAL_SRC_FILES := init/preload.c
LOCAL_STRIP_MODE := --strip-all
LOCAL_LDFLAGS := -Wl,--strip-all
include $(BUILD_SHARED_LIBRARY)

endif
Expand Down

0 comments on commit 63b0a0d

Please sign in to comment.