OSDN Git Service

kernel.mk: avoid using absolute path in targets
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 27 Sep 2019 08:25:46 +0000 (16:25 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 27 Sep 2019 08:25:46 +0000 (16:25 +0800)
commit5eb12bf86e9664e7827e8f140586eea0e58c92f3
treeb7bd7671f8ff197e48bebc1afb8d9e393ea3afd3
parent2ec54c4d2fdaef820528e35b53a149abdca8973b
kernel.mk: avoid using absolute path in targets

The new build system of Android 10 enforces all outputs from the build
system be within the output directory. Using absolute path in targets
confused the build system.
build/tasks/kernel.mk