Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db90a330 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "Move VelocityTracker.cpp to target build only"

parents f17771f2 631500ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ commonUiSources:= \
    KeyCharacterMap.cpp \
    KeyLayoutMap.cpp \
    VelocityControl.cpp \
    VelocityTracker.cpp \
    VirtualKeyMap.cpp

commonSources:= \
@@ -74,7 +73,8 @@ LOCAL_SRC_FILES:= \
	BackupData.cpp \
	BackupHelpers.cpp \
    CursorWindow.cpp \
	InputTransport.cpp
	InputTransport.cpp \
	VelocityTracker.cpp

LOCAL_SHARED_LIBRARIES := \
	liblog \
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <androidfw/InputDevice.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <cutils/properties.h>

namespace android {