Revert "Add prebuilt_cc_binary for bison."
am: 471f134744

Change-Id: I8cd55ac2e954c698388b27035e518008ac959f64
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index b89da8c..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,14 +0,0 @@
-cc_prebuilt_binary {
-    name: "bison",
-    device_supported: false,
-    host_supported: true,
-
-    target: {
-        linux: {
-            srcs: ["linux-x86/bin/bison"],
-        },
-        darwin: {
-            srcs: ["darwin-x86/bin/bison"],
-        },
-    },
-}