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

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

Merge "Fix missing comma" am: 9e0a218c am: ac832478

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

Change-Id: I6296d6758511634effba022f256463a88b8ebf4b
parents 99ae9c29 ac832478
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",
    };