summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Perez <diegoperez@google.com>2021-07-06 17:35:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-06 17:35:45 +0000
commitc77cf4d087b384bf5330d036435856dc1a07df81 (patch)
tree64e0df05b98e2face5867a7dc15a670a4a99b442
parentbf61976765d76cecbce0192d2dab5f9b7c79f58e (diff)
parent199ca20ef403c239ad26bccdf28ca35e3a3d2642 (diff)
downloadnative-c77cf4d087b384bf5330d036435856dc1a07df81.tar.gz
Merge "Fix AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT for non-linux builds" into sc-dev am: 199ca20ef4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15215271 Change-Id: I632ee5994d3c4c30e92530048c35077a6588ff70
-rw-r--r--include/input/Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h
index 6f2d716cf1..2e326cb102 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -95,7 +95,7 @@ enum {
AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT =
android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800,
#else
- AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800;
+ AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800,
#endif
/* Motion event is inconsistent with previously sent motion events. */