OSDN Git Service

kernel.mk: fix several issues in Android 10
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 3 Oct 2019 09:37:02 +0000 (17:37 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 15 Oct 2019 15:18:50 +0000 (23:18 +0800)
commit407d4a6049081b9632bd63cd3ef621f0b30040d2
treee78086bb0aa1f10d05f189c8801913babacd6bec
parenta85fa79471850f0eaac9fd7a6f1bc147da71888b
kernel.mk: fix several issues in Android 10

Android 10 has started restricting the external host tools usable inside
the build. The external tools can only be used with absolute path.

To avoid using host gcc, we build kernel host tools by AOSP's clang.
Note the kernel's makefile has a small issue to be fixed.
build/tasks/kernel.mk