aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-07-24 17:19:23 +0000
committerDavid Su <dysu@google.com>2020-07-24 17:19:23 +0000
commit41e65b288ef4574c3e3301cc734721a69b29c342 (patch)
tree5f6afb2531cf28345456e03fae2ae6ec8f660525
parent3f423ce2d74fd738fa268ece845cf830b399218a (diff)
downloadbison-41e65b288ef4574c3e3301cc734721a69b29c342.tar.gz
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
-rw-r--r--Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 7f46cbe0..19965bf7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,11 +50,7 @@ cc_library_host_static {
//##########################################
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",