Revert "Rename bison to bison_bin"

Revert "Add prebuilt_build_tool to allow genrules to use prebuil..."

Revert submission 1366377-prebuilt_build_tool_make

Reason for revert: breaks build
Reverted Changes:
I20bf062bb:Export prebuilt tools to Make
I4bb526492:Move some prebuilt build tool configs to Soong
I195b68813:Support per-module MakeVars
Ibcb257e7b:Fix dependency loop with flex
I6150f0f39:Switch cc's use of bison and flex to prebuilt_buil...
I6939451b8:Reland "Use genrules to build a consistent awk."
Idee60640f:Add prebuilt_build_tool modules for genrule use
I00893172b:Rename bison to bison_bin
I82c26be1c:Add prebuilt_build_tool to allow genrules to use p...

Change-Id: I7fc6de0a804c0abb06f62cf4fc7934b0377d3ffc
diff --git a/Android.bp b/Android.bp
index 7f46cbe..19965bf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,11 +50,7 @@
 //##########################################
 
 cc_binary_host {
-    // This isn't usable as-is from the installed directory, so name it
-    // something else so it doesn't match with the prebuilt_build_tool and the
-    // stem will rename it back to bison on the filesystem.
-    name: "bison_bin",
-    stem: "bison",
+    name: "bison",
     defaults: [
         "bison_defaults",
         "bison_linux_defaults",