summaryrefslogtreecommitdiff
path: root/ci/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'ci/Android.bp')
-rw-r--r--ci/Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/ci/Android.bp b/ci/Android.bp
index 22c4851bca..6d4ac35517 100644
--- a/ci/Android.bp
+++ b/ci/Android.bp
@@ -71,11 +71,36 @@ python_test_host {
},
}
+python_test_host {
+ name: "optimized_targets_test",
+ main: "optimized_targets_test.py",
+ pkg_path: "testdata",
+ srcs: [
+ "optimized_targets_test.py",
+ ],
+ libs: [
+ "build_test_suites",
+ "pyfakefs",
+ ],
+ test_options: {
+ unit_test: true,
+ },
+ data: [
+ ":py3-cmd",
+ ],
+ version: {
+ py3: {
+ embedded_launcher: true,
+ },
+ },
+}
+
python_library_host {
name: "build_test_suites",
srcs: [
"build_test_suites.py",
"optimized_targets.py",
+ "test_mapping_module_retriever.py",
"build_context.py",
],
}