Merge "Switch to using llvm-strip for modules" into rvc-dev am: 30d5c93f47

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11935858

Change-Id: If66e43579849b5d460a5214ad6974003aa06ca24
diff --git a/core/Makefile b/core/Makefile
index 8b6ad0e..84cc538 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