summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-06-07 23:21:18 +0530
committerAmit Pundir <amit.pundir@linaro.org>2023-06-07 23:21:18 +0530
commit7652f47a76f857542ebeeebfb53e2ceeca4721ce (patch)
treefea70ab4bf3e00d37e2c4dcee322e7366058a564 /db845c
parent3d8b3c647f732a7b69c18f5285d5d47571415fe3 (diff)
db845c/rb5: Switch to android-6.1 as the default kernel version
Switch DB845c and RB5 to using android-6.1 prebuilt GKI binaries by default. Change-Id: Ica022c3803eacbffc66baa93417eb8ddb931ef39 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'db845c')
-rw-r--r--db845c/device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index ef754c1..637cd0a 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -53,6 +53,6 @@ $(call inherit-product-if-exists, vendor/linaro/db845c/$(EXPECTED_LINARO_VENDOR_
$(call inherit-product-if-exists, vendor/linaro/rb5/$(EXPECTED_LINARO_VENDOR_VERSION)/device.mk)
TARGET_HARDWARE := db845c
-TARGET_KERNEL_USE ?= 5.15
+TARGET_KERNEL_USE ?= 6.1
include device/linaro/dragonboard/device-common.mk