commit | 30d5c93f4738d86a21393bb2195fab146e1d074a | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 23 20:17:52 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 23 20:17:52 2020 +0000 |
tree | 99e64011c6c21d869f0b2b39b135f18f132a928d | |
parent | cd1aaed4f0c4f0376c35f365d88e966454406e4e [diff] | |
parent | 74d50ccb690f5b16354f9bb8b71d080925d71d19 [diff] |
Merge "Switch to using llvm-strip for modules" into rvc-dev
diff --git a/core/Makefile b/core/Makefile index 4d4021d..62ddef6 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -721,7 +721,7 @@ 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