diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2020-10-22 10:01:45 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2020-10-22 10:01:45 -0700 |
commit | 1715c065d1a3ad9a982b5238dcb24f9d755e077a (patch) | |
tree | 71b9d8f2593fe8177737bb9c4702d4446a179401 | |
parent | fc5744c7aba3855d16d5ca90e184ce71b82bdff1 (diff) | |
parent | 57a8f76a0afd2b1246191e7b58a2a0f53f982d2e (diff) |
Merge 57a8f76a0afd2b1246191e7b58a2a0f53f982d2e on remote branch
Change-Id: Ia723d6034c9d7270ab0153b82b22bc17f24da434
-rw-r--r-- | base.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # define flag to determine the kernel -TARGET_KERNEL_VERSION := $(shell ls -1r kernel | grep "msm-*" | sed 's/msm-//' | head -1) +TARGET_KERNEL_VERSION ?= $(shell ls -1r kernel | grep "msm-*" | sed 's/msm-//' | head -1) DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := vendor/qcom/opensource/core-utils/vendor_framework_compatibility_matrix.xml |