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

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

Merge "Fix missing comma" am: 9e0a218c am: ac832478 am: 71bf4f05 am: 64d59db5

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

Change-Id: Ib319985ec4022cb4a176b062936201323189715f
parents a9c2bab7 64d59db5
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",
    };