commit | dbbd970d18b3d2a274a740128ad3787508cf70a9 | [log] [tgz] |
---|---|---|
author | J. Avila <elavila@google.com> | Mon Jun 22 15:19:26 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 22 15:19:26 2020 +0000 |
tree | 90152531def4a6ac17d10f15ed66bc5cc1818a6b | |
parent | e08e40947bca06b5be7f09c286e5aa05dad118d0 [diff] | |
parent | f7586025a265c8a6f7f8aca0ec78447ea085c12e [diff] |
Merge "Switch to using llvm-strip for modules"
diff --git a/core/Makefile b/core/Makefile index dd5c2cc..db42af9 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -206,7 +206,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