summaryrefslogtreecommitdiff
path: root/db845c.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2022-02-10 16:31:23 +0530
committerAmit Pundir <amit.pundir@linaro.org>2022-02-10 16:31:23 +0530
commitbf57637c5bf8889e2ff03792f82b5dbc120ec9d7 (patch)
treeebb1dc2a7b6593ea0849ab25360e8d410beb3201 /db845c.mk
parent3a7b6df1fa4d5d69c4f6e2c41b46737d34927420 (diff)
db845c: rb5: Switch default TARGET_KERNEL_USE to 5.15
Switch default db845c-userdebug and rb5-userdebug builds to android-5.15 prebuilt kernel Image and modules. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: Ia7f9794c69b4f812aae465b006e160ae72cd19e0
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 b2dd524..dd5dfb0 100644
--- a/db845c.mk
+++ b/db845c.mk
@@ -1,5 +1,5 @@
ifndef TARGET_KERNEL_USE
-TARGET_KERNEL_USE := 5.10
+TARGET_KERNEL_USE := 5.15
endif
DB845C_KERNEL_DIR ?= device/linaro/dragonboard-kernel/android-$(TARGET_KERNEL_USE)