kernel: Correct CROSS_COMPILE_ARM32 toolchain

* Missed in the original commit that switched to
  androidkernel toochain

Change-Id: I9b6d2e7216b48d22bcb7eec62c4fd9c05a895d18
This commit is contained in:
Michael Bestas 2018-10-06 21:37:33 +03:00 committed by TheStrix
parent 942e39694c
commit b9ee68c3fb
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ endif
# Needed for CONFIG_COMPAT_VDSO, safe to set for all arm64 builds
ifeq ($(KERNEL_ARCH),arm64)
KERNEL_CROSS_COMPILE += CROSS_COMPILE_ARM32="arm-linux-androideabi-"
KERNEL_CROSS_COMPILE += CROSS_COMPILE_ARM32="arm-linux-androidkernel-"
endif
ccache =