Merge "Switch to using llvm-strip for modules" into rvc-dev am: 30d5c93f47
am: bd4f94ecd9
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11935858 Change-Id: I9b1c8ff35538d70738d488125859ed78301d5b0f
This commit is contained in:
@@ -721,7 +721,7 @@ DEPMOD_STAGING_SUBDIR :=$= lib/modules/0.0
|
|||||||
|
|
||||||
define copy-and-strip-kernel-module
|
define copy-and-strip-kernel-module
|
||||||
$(2): $(1)
|
$(2): $(1)
|
||||||
$($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP) -o $(2) --strip-debug $(1)
|
$(LLVM_STRIP) -o $(2) --strip-debug $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# $(1): modules list
|
# $(1): modules list
|
||||||
|
Reference in New Issue
Block a user