sdm710-common: Override stock power HAL service definition
The service must be made part of the input group, so that the power HAL can access the input nodes present in the different targets. Change-Id: I30a7bde8aebac4b76cbf59f5f795ea245aba1014 Signed-off-by: Giuseppe Barillari <joe2k01dev@gmail.com> Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
b12655e6b3
commit
fa987c9474
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@ ifneq ($(TARGET_TAP_TO_WAKE_NODE),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LOCAL_MODULE := power.qcom
|
LOCAL_MODULE := power.qcom
|
||||||
|
LOCAL_INIT_RC := android.hardware.power@1.0-service.rc
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
|
5
power/android.hardware.power@1.0-service.rc
Normal file
5
power/android.hardware.power@1.0-service.rc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
service vendor.power-hal-1-0 /vendor/bin/hw/android.hardware.power@1.0-service
|
||||||
|
override
|
||||||
|
class hal
|
||||||
|
user system
|
||||||
|
group system input
|
Loading…
Reference in a new issue