summaryrefslogtreecommitdiff
path: root/host/commands/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/Android.bp')
-rw-r--r--host/commands/Android.bp14
1 files changed, 0 insertions, 14 deletions
diff --git a/host/commands/Android.bp b/host/commands/Android.bp
index 485e2ef26..ddca16065 100644
--- a/host/commands/Android.bp
+++ b/host/commands/Android.bp
@@ -16,17 +16,3 @@
subdirs = [
"emugen",
]
-
-python_binary_host {
- name: "gen_entries_cuttlefish",
- srcs: ["gen_entries.py"],
- main: "gen_entries.py",
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: false,
- },
- },
-}