From 095102393bdde9e12947cba842bbfdbc88fe3e60 Mon Sep 17 00:00:00 2001 From: therootlord Date: Tue, 5 Dec 2017 11:49:34 -0200 Subject: [PATCH] sanders: BoardConfig: fix missing POWERHAL_VARIANT --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 4e6f179..2ecdec8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -185,6 +185,9 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 25614597120 # 25014255 * 1024 mmcblk0p54 # Peripheral manager TARGET_PER_MGR_ENABLED := true +# Power +TARGET_POWERHAL_VARIANT := qcom + BOARD_USES_QCOM_HARDWARE := true BOARD_USES_QC_TIME_SERVICES := true