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

Commit 32189e82 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

libinputservice: Enable thread safety annotations

Bug: None
Test: build
Change-Id: I0bb8ac5df1a455c87d4b7a20c9bd0dda759177d4
parent 5693cee2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ cc_library_shared {
        "-Wall",
        "-Wextra",
        "-Werror",
        "-Wthread-safety",
    ],

}