From e45f24807799849e0c137499ca0350019c831cdb Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 27 Nov 2019 17:41:38 -0800 Subject: [PATCH] klte-common: Enforce presence of msm8974-common BoardConfigCommon.mk * This should always be present in the source tree Change-Id: I898d721ac66f83c1bc5b11bebddec53e2a4483ea --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d428f4e..89bf2e0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -14,7 +14,7 @@ # limitations under the License. # inherit from common msm8974 --include device/samsung/msm8974-common/BoardConfigCommon.mk +include device/samsung/msm8974-common/BoardConfigCommon.mk COMMON_PATH := device/samsung/klte-common