aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-07-28 01:52:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-28 01:52:25 +0000
commitefb2a5af292802ed14f186c964fe6b1cbe8b51bd (patch)
tree5f6afb2531cf28345456e03fae2ae6ec8f660525
parent92dd29072c2be9303756a792c12bb3ca5c625922 (diff)
parent41e65b288ef4574c3e3301cc734721a69b29c342 (diff)
downloadbison-efb2a5af292802ed14f186c964fe6b1cbe8b51bd.tar.gz
Merge "Revert "Rename bison to bison_bin""
-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",