diff options
author | 2025-02-18 04:12:31 -0800 | |
---|---|---|
committer | 2025-02-18 04:12:31 -0800 | |
commit | 01884db1d16616727cdfc4c0fa0ff3bc91e3e147 (patch) | |
tree | fd5db198915ad411b6bf3844ba64fb66738b0989 /include | |
parent | 43a1d490549ede9c1278b04484f43a9acbeb535e (diff) | |
parent | f54ab06b547439bcd03c58fd5d3f52a42f84c3d4 (diff) |
Merge changes I7c2108a2,I23fa0e50,I20d02933 into main
* changes:
inputflinger: Restricted invalid MotionEvent button enum values
inputflinger: Restricted invalid InputDeviceClass enum values
inputflinger: only use UTF-8 characters in device name and location
Diffstat (limited to 'include')
-rw-r--r-- | include/android/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/input.h b/include/android/input.h index 5f445509fa..2f6c5b57ff 100644 --- a/include/android/input.h +++ b/include/android/input.h @@ -862,7 +862,7 @@ enum { AMOTION_EVENT_BUTTON_FORWARD = 1 << 4, AMOTION_EVENT_BUTTON_STYLUS_PRIMARY = 1 << 5, AMOTION_EVENT_BUTTON_STYLUS_SECONDARY = 1 << 6, - // LINT.ThenChange(/frameworks/native/libs/input/rust/input.rs) + // LINT.ThenChange(/frameworks/native/libs/input/rust/input.rs,/frameworks/native/services/inputflinger/tests/fuzzers/FuzzedInputStream.h) }; /** |