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.bp19
1 files changed, 15 insertions, 4 deletions
diff --git a/host/commands/Android.bp b/host/commands/Android.bp
index 8aebc1d83..485e2ef26 100644
--- a/host/commands/Android.bp
+++ b/host/commands/Android.bp
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2017 The Android Open Source Project
+// Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -15,7 +15,18 @@
subdirs = [
"emugen",
- "launch",
- "stop_cvd",
- "record_audio",
]
+
+python_binary_host {
+ name: "gen_entries_cuttlefish",
+ srcs: ["gen_entries.py"],
+ main: "gen_entries.py",
+ version: {
+ py2: {
+ enabled: true,
+ },
+ py3: {
+ enabled: false,
+ },
+ },
+}