summaryrefslogtreecommitdiff
path: root/ci/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'ci/Android.bp')
-rw-r--r--ci/Android.bp9
1 files changed, 4 insertions, 5 deletions
diff --git a/ci/Android.bp b/ci/Android.bp
index 2407c51e53..9611f47c7b 100644
--- a/ci/Android.bp
+++ b/ci/Android.bp
@@ -103,13 +103,10 @@ python_binary_host {
"test_mapping_module_retriever.py",
"build_context.py",
"test_discovery_agent.py",
+ "metrics_agent.py",
+ "buildbot.py",
],
main: "build_test_suites.py",
- version: {
- py3: {
- embedded_launcher: true,
- },
- },
libs: [
"soong-metrics-proto-py",
],
@@ -123,6 +120,8 @@ python_library_host {
"test_mapping_module_retriever.py",
"build_context.py",
"test_discovery_agent.py",
+ "metrics_agent.py",
+ "buildbot.py",
],
}