diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2016-10-07 19:29:28 -0700 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2016-10-14 01:00:55 +0000 |
| commit | 640676e036d50b68d2fe7e312cff149ceea7aec9 (patch) | |
| tree | d5a058a0a8b2cd3d5ea12e58afcf094d425a25ca /common | |
| parent | 0ace9939dd14c50343f3829391d4f7278b2e6c0e (diff) | |
power: Make powerHAL compatible for passthrough HIDL design
Test: power hint is received
Bug: 31177288
Bug: 32158500
Change-Id: Ia65f6b50d091a02199565af1d8855ec7473e7323
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/base.mk b/common/base.mk index 66e609ed..cee9ae4c 100644 --- a/common/base.mk +++ b/common/base.mk @@ -470,6 +470,10 @@ LIBQDMETADATA := libqdMetaData #LIBPOWER LIBPOWER := power.$(patsubst %f,%,$(subst _eas,,$(subst aosp_,,$(TARGET_PRODUCT)))) +LIBPOWER += android.hardware.power@1.0-impl +ifeq ($(ENABLE_TREBLE), true) +LIBPOWER += android.hardware.power@1.0-service +endif #LLVM for RenderScript #use qcom LLVM |
