libinputservice: Enable thread safety annotations

Bug: None
Test: build
Change-Id: I0bb8ac5df1a455c87d4b7a20c9bd0dda759177d4
This commit is contained in:
Prabir Pradhan 2022-01-17 04:33:42 -08:00
parent 5693cee2f9
commit 32189e824f

View File

@ -55,6 +55,7 @@ cc_library_shared {
"-Wall",
"-Wextra",
"-Werror",
"-Wthread-safety",
],
}