Add bloaty_merger
This script will be used to merge the csv outputs from bloaty into a single proto file. Bug: 172339795 Test: atest --host bloaty_merger_test Change-Id: I9a3c12d7b0c4b5e347fec04e6758bcc1fbc8ab40
This commit is contained in:
@@ -209,13 +209,18 @@ python_test_host {
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
python_library_host {
|
||||
name: "ninja_rsp",
|
||||
srcs: ["ninja_rsp.py"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "lint-project-xml",
|
||||
main: "lint-project-xml.py",
|
||||
srcs: [
|
||||
"lint-project-xml.py",
|
||||
"ninja_rsp.py",
|
||||
],
|
||||
libs: ["ninja_rsp"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
@@ -223,8 +228,8 @@ python_binary_host {
|
||||
main: "gen-kotlin-build-file.py",
|
||||
srcs: [
|
||||
"gen-kotlin-build-file.py",
|
||||
"ninja_rsp.py",
|
||||
],
|
||||
libs: ["ninja_rsp"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
|
Reference in New Issue
Block a user