summaryrefslogtreecommitdiff
path: root/db845c.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-07-02 20:56:07 +0000
committerJohn Stultz <john.stultz@linaro.org>2021-07-02 22:39:28 +0000
commit77bbca0ac80e099d58c9f0888ca7402a5c8d7773 (patch)
tree58a5e10585ca39f2d8b064999e2d11728b81d298 /db845c.mk
parent1043dd61a56b2c1a750a82e3db5393be4621633b (diff)
db845c: Switch to using android13-5.10 kernel by default
Switches to using a more recent 5.10 based kernel by default this enables extra features like audio for out of the box builds. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I77c4bf28c500f5f8d409310d8226eeb29d9fdf3e
Diffstat (limited to 'db845c.mk')
-rw-r--r--db845c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/db845c.mk b/db845c.mk
index e91d412..1d118f8 100644
--- a/db845c.mk
+++ b/db845c.mk
@@ -1,5 +1,5 @@
ifndef TARGET_KERNEL_USE
-TARGET_KERNEL_USE := 5.4
+TARGET_KERNEL_USE := 5.10
endif
DB845C_KERNEL_DIR := device/linaro/dragonboard-kernel/android-$(TARGET_KERNEL_USE)