Loading services/inputflinger/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ cc_library_shared { "-Wall", "-Wextra", "-Werror", // Allow implicit fallthroughs in InputReader.cpp until they are fixed. "-Wno-error=implicit-fallthrough", "-Wno-unused-parameter", // TODO: Move inputflinger to its own process and mark it hidden //-fvisibility=hidden Loading services/inputflinger/tests/InputReader_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1101,7 +1101,7 @@ class InputReaderPolicyTest : public testing::Test { * Such configuration is not currently allowed. */ TEST_F(InputReaderPolicyTest, Viewports_GetCleared) { const std::string uniqueId = "local:0"; static const std::string uniqueId = "local:0"; // We didn't add any viewports yet, so there shouldn't be any. std::optional<DisplayViewport> internalViewport = Loading services/inputflinger/InputReader.cpp +1 −1 File changed.Contains only whitespace changes. Show changes Loading
services/inputflinger/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ cc_library_shared { "-Wall", "-Wextra", "-Werror", // Allow implicit fallthroughs in InputReader.cpp until they are fixed. "-Wno-error=implicit-fallthrough", "-Wno-unused-parameter", // TODO: Move inputflinger to its own process and mark it hidden //-fvisibility=hidden Loading
services/inputflinger/tests/InputReader_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1101,7 +1101,7 @@ class InputReaderPolicyTest : public testing::Test { * Such configuration is not currently allowed. */ TEST_F(InputReaderPolicyTest, Viewports_GetCleared) { const std::string uniqueId = "local:0"; static const std::string uniqueId = "local:0"; // We didn't add any viewports yet, so there shouldn't be any. std::optional<DisplayViewport> internalViewport = Loading
services/inputflinger/InputReader.cpp +1 −1 File changed.Contains only whitespace changes. Show changes