aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-08-06 23:30:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-08-06 23:30:53 +0000
commitc1637296ddda1a5f5cb1254e388cbc75f94b0262 (patch)
treea3e5692d01f36cc81bcf149ca2a91645e513d2f7
parentefb2a5af292802ed14f186c964fe6b1cbe8b51bd (diff)
parent4df910f63823a80a4efb271198db74cf671a8547 (diff)
downloadbison-c1637296ddda1a5f5cb1254e388cbc75f94b0262.tar.gz
Merge "Reland "Rename bison to bison_bin""
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 19965bf7..7f46cbe0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,7 +50,11 @@ cc_library_host_static {
//##########################################
cc_binary_host {
- name: "bison",
+ // 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",
defaults: [
"bison_defaults",
"bison_linux_defaults",