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:
Thiébaud Weksteen
2021-02-10 14:03:27 +01:00
parent 71c139dced
commit 713db480cd
5 changed files with 217 additions and 2 deletions

View File

@@ -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 {