diff options
| author | Ahmed ElArabawy <arabawy@google.com> | 2017-04-10 10:55:58 -0700 |
|---|---|---|
| committer | Ahmed ElArabawy <arabawy@google.com> | 2017-05-09 14:19:16 -0700 |
| commit | 4f5c6398ab472f7b9d53006dfaa1a7b6b5d69d76 (patch) | |
| tree | 8832b2ed772aed43d37b039c7f6d8a78d5ed25fa /common | |
| parent | 329f67c8b8f508d28bc02f4529245532bee98be1 (diff) | |
power hal: Add power HAL API 1.1 impl for Marlin
Add a full binderized implementation for Power hal
Many subsystems (e.g.wifi) could be living on an
independent power island (sourced from VBatt directly)
and might even have their own dedicated XTAL to source
their clocks. Since these SOCs are capable of
autonomously operating (while the platform is in one
of the sleep states), they are still drawing power
from the VBatt. Hence it is critical to understand
the (SOC) level low power statistics as well when
the battery level changes and be able to find any
correlation in event of unexpected battery drain.
This commit adds the support of the Power Hal 1.1
to marlin devices. Which includes the new api for
wlan specific power stats
Bug: 29339696
Test: Manual
Change-Id: Ia53c99fe60e76d32c2f36708839990c241cbbdf2
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/base.mk b/common/base.mk index 12f6c8f6..45b89cc3 100644 --- a/common/base.mk +++ b/common/base.mk @@ -476,10 +476,6 @@ LIBQDUTILS := libqdutils #LIBQDMETADATA LIBQDMETADATA := libqdMetaData -#LIBPOWER -LIBPOWER := power.marlin -LIBPOWER += android.hardware.power@1.0-impl - #LLVM for RenderScript #use qcom LLVM $(call inherit-product-if-exists, external/llvm/llvm-select.mk) |
