Merge "Switch to using llvm-strip for modules" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-06-23 20:17:52 +00:00 committed by Android (Google) Code Review
commit 30d5c93f47
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ DEPMOD_STAGING_SUBDIR :=$= lib/modules/0.0
define copy-and-strip-kernel-module
$(2): $(1)
$($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP) -o $(2) --strip-debug $(1)
$(LLVM_STRIP) -o $(2) --strip-debug $(1)
endef
# $(1): modules list