aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-23 20:17:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-23 20:17:52 +0000
commit30d5c93f4738d86a21393bb2195fab146e1d074a (patch)
tree99e64011c6c21d869f0b2b39b135f18f132a928d
parentcd1aaed4f0c4f0376c35f365d88e966454406e4e (diff)
parent74d50ccb690f5b16354f9bb8b71d080925d71d19 (diff)
downloadbuild-30d5c93f4738d86a21393bb2195fab146e1d074a.tar.gz
Merge "Switch to using llvm-strip for modules" into rvc-dev
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 4d4021d1e4..62ddef6319 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -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