Loading ci/Android.bp +24 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ python_test_host { "build_test_suites_test.py", ], libs: [ "build_test_suites", "build_test_suites_lib", "pyfakefs", "ci_test_lib", ], Loading Loading @@ -56,7 +56,7 @@ python_test_host { "build_test_suites_local_test.py", ], libs: [ "build_test_suites", "build_test_suites_lib", "pyfakefs", "ci_test_lib", ], Loading @@ -79,7 +79,7 @@ python_test_host { "optimized_targets_test.py", ], libs: [ "build_test_suites", "build_test_suites_lib", "pyfakefs", ], test_options: { Loading @@ -95,7 +95,7 @@ python_test_host { }, } python_library_host { python_binary_host { name: "build_test_suites", srcs: [ "build_test_suites.py", Loading @@ -104,6 +104,26 @@ python_library_host { "build_context.py", "test_discovery_agent.py", ], main: "build_test_suites.py", version: { py3: { embedded_launcher: true, }, }, libs: [ "soong-metrics-proto-py", ], } python_library_host { name: "build_test_suites_lib", srcs: [ "build_test_suites.py", "optimized_targets.py", "test_mapping_module_retriever.py", "build_context.py", "test_discovery_agent.py", ], } python_library_host { Loading ci/build_test_suites.py +4 −0 Original line number Diff line number Diff line Loading @@ -209,3 +209,7 @@ def main(argv): filename=log_file, ) sys.exit(build_test_suites(argv)) if __name__ == '__main__': main(sys.argv[1:]) Loading
ci/Android.bp +24 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ python_test_host { "build_test_suites_test.py", ], libs: [ "build_test_suites", "build_test_suites_lib", "pyfakefs", "ci_test_lib", ], Loading Loading @@ -56,7 +56,7 @@ python_test_host { "build_test_suites_local_test.py", ], libs: [ "build_test_suites", "build_test_suites_lib", "pyfakefs", "ci_test_lib", ], Loading @@ -79,7 +79,7 @@ python_test_host { "optimized_targets_test.py", ], libs: [ "build_test_suites", "build_test_suites_lib", "pyfakefs", ], test_options: { Loading @@ -95,7 +95,7 @@ python_test_host { }, } python_library_host { python_binary_host { name: "build_test_suites", srcs: [ "build_test_suites.py", Loading @@ -104,6 +104,26 @@ python_library_host { "build_context.py", "test_discovery_agent.py", ], main: "build_test_suites.py", version: { py3: { embedded_launcher: true, }, }, libs: [ "soong-metrics-proto-py", ], } python_library_host { name: "build_test_suites_lib", srcs: [ "build_test_suites.py", "optimized_targets.py", "test_mapping_module_retriever.py", "build_context.py", "test_discovery_agent.py", ], } python_library_host { Loading
ci/build_test_suites.py +4 −0 Original line number Diff line number Diff line Loading @@ -209,3 +209,7 @@ def main(argv): filename=log_file, ) sys.exit(build_test_suites(argv)) if __name__ == '__main__': main(sys.argv[1:])