Merge "simpleperf_cts_test: link libevent."
diff --git a/tests/tests/simpleperf/Android.mk b/tests/tests/simpleperf/Android.mk
index 0b5a2b5..d4dccd2 100644
--- a/tests/tests/simpleperf/Android.mk
+++ b/tests/tests/simpleperf/Android.mk
@@ -34,6 +34,7 @@
   libLLVMCore \
   libLLVMSupport \
   libprotobuf-cpp-lite \
+  libevent \
 
 include $(LLVM_HOST_BUILD_MK)
 include $(BUILD_HOST_NATIVE_TEST)
@@ -68,6 +69,7 @@
   libLLVMCore \
   libLLVMSupport \
   libprotobuf-cpp-lite \
+  libevent \
   libc \
 
 LOCAL_POST_LINK_CMD =  \