mttools: link to the renamed libevdev-cros

mttools is the one remaining package that depends
on the renamed libevdev-cros.so directly.
Update so that the linker uses the right lib.

BUG=b:190088895,chromium:1222854,b:191824146
TEST=build_packages --board=nami

Cq-Depend: chromium:2981012
Change-Id: I5a04ca6b5722be3f2ef5ce00879651915b08e4de
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/mttools/+/2981013
Tested-by: Nicholas Verne <nverne@chromium.org>
Reviewed-by: Nicholas Verne <nverne@chromium.org>
Reviewed-by: Harry Cutts <hcutts@chromium.org>
Commit-Queue: Fergus Dall <sidereal@google.com>
diff --git a/mtreplay/src/module.mk b/mtreplay/src/module.mk
index f6d609b..0e10b6b 100644
--- a/mtreplay/src/module.mk
+++ b/mtreplay/src/module.mk
@@ -6,7 +6,7 @@
 
 # global flags
 CPPFLAGS += -I$(SRC)/include -fvisibility=default $(PC_CFLAGS)
-LDLIBS += -ljsoncpp -levdev -lutouch-evemu -lgestures \
+LDLIBS += -ljsoncpp -levdev-cros -lutouch-evemu -lgestures \
 	 $(PC_LIBS)
 
 common_OBJS = src/evdev_gestures.o \