Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f40febbc authored by Yabin Cui's avatar Yabin Cui Committed by android-build-merger
Browse files

Merge "Use strip mode mini-debug-info by default." am: c7eab6db am: ab721f0a

am: b79618a6

* commit 'b79618a6':
  Use strip mode mini-debug-info by default.

Change-Id: Iebb6e547f346606c399907d87c2b0c013d258558
parents 496ff4a7 b79618a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ my_strip_module := $(firstword \
  $(LOCAL_STRIP_MODULE_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) \
  $(LOCAL_STRIP_MODULE))
ifeq ($(my_strip_module),)
  my_strip_module := true
  my_strip_module := mini-debug-info
endif

$(strip_output): PRIVATE_STRIP := $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP)