commit | f7586025a265c8a6f7f8aca0ec78447ea085c12e | [log] [tgz] |
---|---|---|
author | J. Avila <elavila@google.com> | Fri Jun 19 20:42:17 2020 +0000 |
committer | J. Avila <elavila@google.com> | Fri Jun 19 21:32:45 2020 +0000 |
tree | dc9123afcf9e4ab5e517038f662d6e393cfa394c | |
parent | 5dda5caeb911a48b307433301a3e481c582a4bce [diff] [blame] |
Switch to using llvm-strip for modules The gcc tools are deprecated; replace with the llvm equivalent. Bug: 158484106 Change-Id: I9c3717bde281667eec82cc21dc63dc7fd5592a46
diff --git a/core/Makefile b/core/Makefile index eafcf9b..27e41fe 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