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

Commit 631500ef authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Move VelocityTracker.cpp to target build only

VelocityTracker.cpp makes reference to property_get, which
doesn't make a lot of sense when compiling for the host.
Compile this file for the target only.

Keyboard.cpp: Remove unnecessary include file.

Change-Id: Iee9edd81953b2e7e815005770ce286a6ec586f20
parent 7f43674d
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 {