Enable libevent on linux_bionic builds
am: 520e022201

Change-Id: I36cb3434d3c1a95e60d916d31dfc0806ce5c1feb
diff --git a/Android.bp b/Android.bp
index 08a7dbb..1e7cb37 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,10 @@
             srcs: ["epoll.c"],
             host_ldlibs: ["-lrt"],
         },
+        linux_bionic: {
+            enabled: true,
+            srcs: ["epoll.c"],
+        },
         darwin: {
             srcs: ["kqueue.c"],
         },