From 8553e87615464dd386ec81c3af3e4891bdd64590 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Tue, 18 Apr 2017 09:22:49 +0200 Subject: [PATCH] lemonadep: Enforce common device tree presence * The tree has no chance of building without the common device tree as it contains architecture definitions. Change-Id: Iadd43e887d426732e549969ab8deb14194ca818d --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 1b2f8f8..c40f2cb 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -15,7 +15,7 @@ # # Inherit from oneplus sm8350-common --include device/oneplus/sm8350-common/BoardConfigCommon.mk +include device/oneplus/sm8350-common/BoardConfigCommon.mk DEVICE_PATH := device/oneplus/lemonadep