Count active touches in MultiTouchMotionAccumulator
Counting active touches will allow us to detect first touch on the
device. This information will be used by mapper to getect start of a new
gesture, when the first touch is detected.
Bug: 301055381
Test: atest MultiTouchMotionAccumulatorTest
Change-Id: I53f65daef3e5aa324f42eec6aa85ed6d5ef01bf5
diff --git a/services/inputflinger/tests/Android.bp b/services/inputflinger/tests/Android.bp
index 64e8825..db31ded 100644
--- a/services/inputflinger/tests/Android.bp
+++ b/services/inputflinger/tests/Android.bp
@@ -58,6 +58,7 @@
"InputReader_test.cpp",
"InstrumentedInputReader.cpp",
"LatencyTracker_test.cpp",
+ "MultiTouchMotionAccumulator_test.cpp",
"NotifyArgs_test.cpp",
"PointerChoreographer_test.cpp",
"PreferStylusOverTouch_test.cpp",