Merge "Move gen-kotlin-build-file.sh to python"
This commit is contained in:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user