Merge "Use target.linux for all linux kernel based targets"
am: 0c378cfac7

Change-Id: Ia6bb07bf98c2ab590244d8f6de0cdfc1f33a1a80
diff --git a/Android.bp b/Android.bp
index 8881b2b..216013c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,15 +29,7 @@
         "-Werror=implicit-function-declaration",
     ],
     target: {
-        android: {
-            cflags: [
-                "-DTARGET_OS_LINUX",
-                "-DHAVE_LINUX",
-                "-DUSES_NETLINK",
-                "-Werror",
-            ],
-        },
-        linux_glibc: {
+        linux: {
             cflags: [
                 "-DTARGET_OS_LINUX",
                 "-DHAVE_LINUX",