Use target.linux for all linux kernel based targets am: 98a4ebedce am: 0895a49cc5
am: f78b72f4cf

Change-Id: Ifae3266b458acae7d51234fe33c8e604c6d3df4c
diff --git a/Android.bp b/Android.bp
index 32de970..1ceecd5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,15 +68,11 @@
     ],
 
     target: {
-        android: {
-            srcs: ["epoll.c"],
-        },
-        linux_glibc: {
+        linux: {
             srcs: ["epoll.c"],
         },
         linux_bionic: {
             enabled: true,
-            srcs: ["epoll.c"],
         },
         darwin: {
             srcs: ["kqueue.c"],