Merge "Move gen-kotlin-build-file.sh to python"

This commit is contained in:
Treehugger Robot
2020-06-29 21:12:45 +00:00
committed by Gerrit Code Review
7 changed files with 201 additions and 147 deletions

View File

@@ -152,5 +152,17 @@ python_test_host {
python_binary_host {
name: "lint-project-xml",
main: "lint-project-xml.py",
srcs: ["lint-project-xml.py"],
srcs: [
"lint-project-xml.py",
"ninja_rsp.py",
],
}
python_binary_host {
name: "gen-kotlin-build-file.py",
main: "gen-kotlin-build-file.py",
srcs: [
"gen-kotlin-build-file.py",
"ninja_rsp.py",
],
}