Move implementation to TouchVideoFrame.cpp
Currently, the implementation for TouchVideoFrame.h is done directly in
the header file.
But we are adding more logic into TouchVideoFrame, specifically, the
ability to rotate videoframes. Therefore, add a separate cpp file for
TouchVideoFrame.
Test: atest libinput_tests
The actual test is added in an upcoming commit
Bug: 123241238
Change-Id: I4463099d251ab49533d25dd9da7c344e1a7ac93e
diff --git a/libs/input/Android.bp b/libs/input/Android.bp
index fc676f1..1172864 100644
--- a/libs/input/Android.bp
+++ b/libs/input/Android.bp
@@ -29,6 +29,7 @@
"KeyCharacterMap.cpp",
"KeyLayoutMap.cpp",
"VirtualKeyMap.cpp",
+ "TouchVideoFrame.cpp",
],
clang: true,