commit | 242f4aaec592b7c9f7b1c6322e90039df38e593a | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Thu Sep 12 17:37:45 2019 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Sep 14 13:47:10 2019 -0400 |
tree | 25148dd42aed2eeb09aa3ea49deae12bb86ea39b | |
parent | bdde69ff9674a61b31a858a2f65c8861a7da64e0 [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