<div dir="ltr">Fix kernel build for those developers who make use OUT_DIR.<br><br>Signed-off-by: Javi Ferrer <<a href="mailto:javi.f.o@gmail.com">javi.f.o@gmail.com</a>><br>---<br> config/BoardConfigKernel.mk | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk<br>index ea7e808d..6342eb54 100644<br>--- a/config/BoardConfigKernel.mk<br>+++ b/config/BoardConfigKernel.mk<br>@@ -85,7 +85,7 @@ endif<br> # is set to true or if the binary to run is whitelisted by in a file like<br> # build/soong/ui/build/paths/config.go. See the path_interposer source in<br> # build/soong/cmd/path_interposer for more details).<br>-KERNEL_XZ := $(BUILD_TOP)/out/.path/xz<br>+KERNEL_XZ := $(OUT_DIR)/.path/xz<br> <br> # We need to add GCC toolchain to the path no matter what<br> # for tools like `as`<br>-- <br>2.30.1</div>