From 9020e0f141d1c26dcf8b6fa4212ee94b7891d53f Mon Sep 17 00:00:00 2001 From: Prashant Malani Date: Fri, 11 Mar 2016 11:57:10 -0800 Subject: recovery: Move SwipeDetector into common location The SwipeDetector class is used almost unchanged in all locations. This patch moves it into the recovery module, from which devices can reference it if required. The class is now renamed to WearSwipeDetector. Bug: 27407422 Change-Id: Ifd3c7069a287548b89b14ab5d6d2b90a298e0145 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 4477fefe3..5b488ca6d 100644 --- a/Android.mk +++ b/Android.mk @@ -41,6 +41,7 @@ LOCAL_SRC_FILES := \ ui.cpp \ verifier.cpp \ wear_ui.cpp \ + wear_touch.cpp \ LOCAL_MODULE := recovery -- cgit v1.2.3