summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-04 19:38:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-04 19:38:09 +0000
commit2ae5a2a2e62dbbd2c7a0175472682c1f29e20af6 (patch)
tree365c95e4d22f1e0339e656f3166c214d0bc101b8
parenta2a6717939940dfe2530a1dfe2f67fd7496702c1 (diff)
parentfe771fcdfbfb2c3b09ed330663f8bcd1a516becc (diff)
downloaddragonboard-2ae5a2a2e62dbbd2c7a0175472682c1f29e20af6.tar.gz
Merge "db845c.mk: set DB845C_KERNEL_DIR to use environment when specified" am: fe771fcdfb
Original change: https://android-review.googlesource.com/c/device/linaro/dragonboard/+/1462043 Change-Id: Ic0c77f8eeb18ae3d862ad3e31a27b857891a399b
-rw-r--r--db845c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/db845c.mk b/db845c.mk
index beeb2cb..b2dd524 100644
--- a/db845c.mk
+++ b/db845c.mk
@@ -1,7 +1,7 @@
ifndef TARGET_KERNEL_USE
TARGET_KERNEL_USE := 5.10
endif
-DB845C_KERNEL_DIR := device/linaro/dragonboard-kernel/android-$(TARGET_KERNEL_USE)
+DB845C_KERNEL_DIR ?= device/linaro/dragonboard-kernel/android-$(TARGET_KERNEL_USE)
# Inherit the full_base and device configurations
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)