commit | b34f69f8499fe699edaca8715bed13b884cb9669 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Apr 19 03:42:04 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 19 03:42:04 2016 +0000 |
tree | d8c97b5145b28f4142c4b8085cde4858d3092558 | |
parent | c7eab6db2743abd98c6a5123c4f8764463547bd6 [diff] | |
parent | 3aa7df592b8fffaf19d33090948b38d11637ab05 [diff] |
Merge "Revert "Use strip mode mini-debug-info by default.""
diff --git a/core/dynamic_binary.mk b/core/dynamic_binary.mk index 2a4e9e2..f11803d 100644 --- a/core/dynamic_binary.mk +++ b/core/dynamic_binary.mk
@@ -116,7 +116,7 @@ $(LOCAL_STRIP_MODULE_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) \ $(LOCAL_STRIP_MODULE)) ifeq ($(my_strip_module),) - my_strip_module := mini-debug-info + my_strip_module := true endif $(strip_output): PRIVATE_STRIP := $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP)