Merge "Fix missing comma" am: 9e0a218c74

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1923958

Change-Id: Ic8cb46435eaacbe60c9a126812f82c3103c26d59
diff --git a/init/ueventd_test.cpp b/init/ueventd_test.cpp
index fc3cdfb..1ac6d8e 100644
--- a/init/ueventd_test.cpp
+++ b/init/ueventd_test.cpp
@@ -99,7 +99,7 @@
     const char* const contexts[] = {
         "u:object_r:audio_device:s0",
         "u:object_r:sensors_device:s0",
-        "u:object_r:video_device:s0"
+        "u:object_r:video_device:s0",
         "u:object_r:zero_device:s0",
     };