Allow InputProcessor HAL to read display resolution
Currently, there's no API to read the resolution from the system domain, so the HAL has to read this from the sysprop provided by the display code. Allow the HAL to do so in this CL. Bug: 244492960 Test: adb shell dmesg | grep input_processor Change-Id: Ibdc3589234bbee8641e3c1f7a300b622803ca1a9
This commit is contained in:
parent
90aeb6e15c
commit
c765567524
1 changed files with 2 additions and 0 deletions
2
whitechapel/vendor/google/hal_input_processor_default.te
vendored
Normal file
2
whitechapel/vendor/google/hal_input_processor_default.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# allow InputProcessor HAL to read the display resolution system property
|
||||
get_prop(hal_input_processor_default, vendor_display_prop)
|
Loading…
Add table
Add a link
Reference in a new issue