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

Commit 57b814df authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge \\\\"Allow prebuilts to specify mini-debug-info\\\\" am: 4ea20be2 am:...

Merge \\\\"Allow prebuilts to specify mini-debug-info\\\\" am: 4ea20be2 am: d5c3e04c am: 6fb64591
am: 2dcdb6d0

Change-Id: I3dede8e141cb2e4d6b09729d42fa52dc2986f357
parents d01e35ca 2dcdb6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ LOCAL_BUILT_MODULE_STEM := package.apk
LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk
endif

ifneq ($(filter true keep_symbols no_debuglink,$(my_strip_module) $(my_pack_module_relocations)),)
ifneq ($(filter true keep_symbols no_debuglink mini-debug-info,$(my_strip_module) $(my_pack_module_relocations)),)
  ifdef LOCAL_IS_HOST_MODULE
    $(error Cannot strip/pack host module LOCAL_PATH=$(LOCAL_PATH))
  endif