From 226351dadcef7863197c3fc2384ae778e0358445 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Tue, 1 Nov 2016 17:41:32 +0800 Subject: [PATCH] land: Inherit QCOM power-related component Change-Id: I6f802c4f40b86294a838a95f8fb608c76ecb9cbc --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 47c7ba6..150e663 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -38,6 +38,7 @@ include $(CM_PATH)/qcom/crypto.mk include $(CM_PATH)/qcom/fm.mk include $(CM_PATH)/qcom/per-mgr.mk include $(CM_PATH)/qcom/platform.mk +include $(CM_PATH)/qcom/power.mk include $(CM_PATH)/qcom/crypto.mk include $(CM_PATH)/qcom/ril.mk include $(CM_PATH)/qcom/sepolicy.mk