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: I7b3f3ab599dc6724453a8e1be6ff463335b85bdf
diff --git a/include/input/Input.h b/include/input/Input.h
index 6f2d716..2e326cb 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -95,7 +95,7 @@
     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. */