Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac832478 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix missing comma" am: 9e0a218c

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

Change-Id: Ic8cb46435eaacbe60c9a126812f82c3103c26d59
parents bf7dcbb9 9e0a218c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ TEST(ueventd, setfscreatecon_IsPerThread) {
    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",
    };