aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",