diff options
| author | Ethan Chen <intervigil@gmail.com> | 2015-01-05 15:35:21 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2015-01-07 22:46:38 -0800 |
| commit | 8d43ef9e3b7c352382127c443ce4a6b5c564d15c (patch) | |
| tree | 1d2effe5caec66db62f380731f8517d53c8f8e72 | |
| parent | ce660bc17cb5bbef13c5aa767f519c2bb33e3556 (diff) | |
ghost: Use QCOM power HAL
Change-Id: Ie6bc983d7a195f330ce4d90df75da4e2de460d5a
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | system.prop | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 1f21f8e..56a5691 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -114,7 +114,7 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1560281088 BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888 # Power HAL -TARGET_POWERHAL_VARIANT := cm +TARGET_POWERHAL_VARIANT := qcom # Qualcomm support BOARD_USES_QCOM_HARDWARE := true diff --git a/system.prop b/system.prop index 9edacd2..7ea854d 100644 --- a/system.prop +++ b/system.prop @@ -55,6 +55,9 @@ persist.rild.nitz_short_ons_1= persist.rild.nitz_short_ons_2= persist.rild.nitz_short_ons_3= +# Qualcomm +ro.vendor.extension_library=/system/lib/libqc-opt.so + # Radio persist.radio.apm_sim_not_pwdn=1 persist.radio.dfr_mode_set=1 |
