diff options
| author | Danny Baumann <dannybaumann@web.de> | 2017-06-16 18:19:36 +0300 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2017-07-04 13:20:34 +0000 |
| commit | 88c22e9a63e9c1700ec6487cdc89cce609b65601 (patch) | |
| tree | 516f972a53351f5a2643da7a02b01cf68d974ce6 /board | |
| parent | 6350ff4dcca7081afa3b72844afc2d0609b48756 (diff) | |
msm8939: Add power HAL extension to disable big cluster
* Taken from oppo msm8939
* Tweak min_cpus to match oppo msm8939 as well
Change-Id: Ice639dc225543a1d78e9dfca7382d2e40ceb5d0c
Diffstat (limited to 'board')
| -rw-r--r-- | board/00-qcom-platform-msm8916.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/00-qcom-platform-msm8916.mk b/board/00-qcom-platform-msm8916.mk index fb55341..758ce1e 100644 --- a/board/00-qcom-platform-msm8916.mk +++ b/board/00-qcom-platform-msm8916.mk @@ -34,6 +34,9 @@ TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8916 # Qualcomm support BOARD_USES_QCOM_HARDWARE := true BOARD_USES_QC_TIME_SERVICES := true +ifeq ($(TARGET_BOARD_PLATFORM_VARIANT),msm8939) +TARGET_POWERHAL_SET_INTERACTIVE_EXT := $(PLATFORM_PATH)/power/power_ext.c +endif TARGET_POWERHAL_VARIANT := qcom TARGET_RIL_VARIANT := caf MALLOC_SVELTE := true |
