diff options
Diffstat (limited to 'core/dynamic_binary.mk')
-rw-r--r-- | core/dynamic_binary.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dynamic_binary.mk b/core/dynamic_binary.mk index 0fa7647..005ccf3 100644 --- a/core/dynamic_binary.mk +++ b/core/dynamic_binary.mk @@ -94,7 +94,7 @@ prelink_input := $(compress_output) # The output of the prelink step is the binary we want to use # for symbolic debugging; the prelink step may move sections # around, so we have to use this version. -prelink_output := $(LOCAL_UNSTRIPPED_PATH)/$(LOCAL_MODULE_SUBDIR)$(LOCAL_BUILT_MODULE_STEM) +prelink_output := $(LOCAL_UNSTRIPPED_PATH)/$(LOCAL_BUILT_MODULE_STEM) # Skip prelinker if it is FDO instrumentation build. ifneq ($(strip $(BUILD_FDO_INSTRUMENT)),) |