ANDROID: Fix ABI issues related to changed hid_report_raw_event()
Upstream recently started passing the original buffer size through
hid_report_raw_event() in order to fix a few recently reported
vulnerabilities. These issues also affect Android so we need this
change. However, since it changes the function signature which breaks
ABI, we need to provide a wrapper.
Bug: 483018448
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: I2c50f89815a713391a6ae9510601a3a0ebfc4d5e
(cherry picked from commit 2c70030ce6de75693a89901b0f80fb85a8827e8f)
1 file changed