sdm660-common: set TARGET_COMPILE_WITH_MSM_KERNEL
true
audio hal needs this flag to be true otherwise some kernel headers will get skipped Signed-off-by: ImPrashantt <prashant33968@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
ff872e29ef
commit
1a180dfe7b
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ TARGET_KERNEL_ARCH := arm64
|
|||
TARGET_KERNEL_HEADER_ARCH := arm64
|
||||
TARGET_KERNEL_VERSION := 4.19
|
||||
TARGET_KERNEL_SOURCE := kernel/xiaomi/sdm660
|
||||
TARGET_COMPILE_WITH_MSM_KERNEL := true
|
||||
|
||||
# Enable stats logging in LMKD
|
||||
TARGET_LMKD_STATS_LOG := true
|
||||
|
|
Loading…
Reference in a new issue