commit | f30ad9eac741791dfbd83f35805740194e7beceb | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Thu Sep 12 17:37:45 2019 +0800 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Fri Sep 13 08:28:02 2019 +0200 |
tree | c339452c8a3724ff7a067f154e22be6febb6f88d | |
parent | 6802b723a94ee4fc28814d8840083a479477e314 [diff] |
kernel: Fix module installation and clean up * Fold module installation into kernel image recipe. * Specify make argument to strip modules on installation instead of explicitly invoking the strip tool. * Remove support of TARGET_KERNEL_MODULES, it's a phony target thus we're not allowed to depend on it per Android 10 restriction. It has been useless for years anyway. * Apply minor clean-ups. Change-Id: I288af1b2f741f524c2ef49554e15cb91c3115209