Fix AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT for non-linux builds

Remove semicolon as there are more enum elements.

Bug: 192643379
Test: build for non-linux host
Change-Id: Ia9e90f382d50ec52f0bad9c186031fd7ca29053a
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. */